diff options
author | dem4ply | 2024-08-18 14:32:17 -0600 |
---|---|---|
committer | dem4ply | 2024-08-18 14:32:17 -0600 |
commit | 90f12f3613a84d396023a06f683811be26e0ff34 (patch) | |
tree | d4e534a68d615de2ea06e317ca8eac1a7b406cfa | |
parent | b5a82edf45f7f9def977e16d4bb70a06ce512c19 (diff) | |
download | aur-python-chibi-donkey.tar.gz |
dump 1.0.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = python-chibi-donkey pkgdesc = library for proccess the format double undescore - pkgver = 1.0.1 + pkgver = 1.0.2 pkgrel = 1 url = https://pypi.org/project/chibi_donkey/ arch = any license = WTFPL makedepends = python-setuptools depends = python - source = https://files.pythonhosted.org/packages/source/c/chibi_donkey/chibi_donkey-1.0.1.tar.gz - sha256sums = 218a1a707a9687df51480a720eb2d3db7730924e50320b0e77ad3f2899bf56e5 + source = https://files.pythonhosted.org/packages/source/c/chibi_donkey/chibi_donkey-1.0.2.tar.gz + sha256sums = 39b5c196480119e05432ccfa500225d26ebd910db1725d0b7d9ffd0870142f09 pkgname = python-chibi-donkey @@ -2,7 +2,7 @@ pkgname=python-chibi-donkey _pyname=chibi_donkey -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc="library for proccess the format double undescore" arch=('any') @@ -12,7 +12,7 @@ groups=() depends=("python") makedepends=("python-setuptools") source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/${_pyname//-/_}/${_pyname//-/_}-$pkgver.tar.gz") -sha256sums=('218a1a707a9687df51480a720eb2d3db7730924e50320b0e77ad3f2899bf56e5') +sha256sums=('39b5c196480119e05432ccfa500225d26ebd910db1725d0b7d9ffd0870142f09') build() { cd "$_pyname-$pkgver" |