summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordem4ply2024-08-18 14:32:17 -0600
committerdem4ply2024-08-18 14:32:17 -0600
commit90f12f3613a84d396023a06f683811be26e0ff34 (patch)
treed4e534a68d615de2ea06e317ca8eac1a7b406cfa
parentb5a82edf45f7f9def977e16d4bb70a06ce512c19 (diff)
downloadaur-python-chibi-donkey.tar.gz
dump 1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7364fc515559..dc45816d8eab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index a0d459e5abdf..191d5384e2c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"