* update python-clint to 0.5.1-15

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:27 +01:00
parent 68e9101bbf
commit a1df7cc613
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
pkgbase = python-clint
pkgdesc = Module for developing command line applications
pkgver = 0.5.1
pkgrel = 15
url = https://pypi.python.org/pypi/clint/
arch = any
license = custom:ISC
depends = python
depends = python-setuptools
source = https://pypi.python.org/packages/source/c/clint/clint-0.5.1.tar.gz
sha256sums = 05224c32b1075563d0b16d0015faaf9da43aa214e4a2140e51f08789e7a4c5aa
pkgname = python-clint

View File

@ -3,7 +3,7 @@
pkgname=python-clint
pkgver=0.5.1
pkgrel=13
pkgrel=15
pkgdesc='Module for developing command line applications'
arch=(any)
url='https://pypi.python.org/pypi/clint/'