summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrikilinux2021-12-16 19:28:49 -0300
committerFrikilinux2021-12-16 19:28:49 -0300
commita6622fb98f0c410d2f87c0e8972151f19a969e2a (patch)
tree7107c60d0ece27aa5f38e8f6f02bac3f9b804e4b /PKGBUILD
parentf4df307075e86c6f368e646e50e5ecdabdc997dd (diff)
downloadaur-a6622fb98f0c410d2f87c0e8972151f19a969e2a.tar.gz
Update to new version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e159dfb6f3c7..1049ebe1d2c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-aigpy
_pkgname=aigpy
-pkgver=2021.9.10.3
+pkgver=2021.12.10.1
pkgrel=1
pkgdesc="Python Common Lib"
arch=('any')
@@ -17,7 +17,7 @@ depends=(
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('838aaaf62efb2a48847f07948cce0dc1a209828807545b914065b25c4e50c38d')
+sha256sums=('acd8824d7034fe0e4a51df4681e9e6a1ca36f1cb04ac70a932c4b0d81227cd61')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"