summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeeweep2021-09-15 08:48:26 +0000
committerpeeweep2021-09-15 16:48:26 +0800
commitea59696ba032125c8181eeb167252d38100b0bae (patch)
tree012a47e3662a9e111af880abc270ee7fe63b5dd1
parent13e6e0d28c2fba3b865362a3287042350b07a6a9 (diff)
downloadaur-ea59696ba032125c8181eeb167252d38100b0bae.tar.gz
bump version: 2021.9.10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16aad00d303e..0c80f0a7759a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aigpy
pkgdesc = Python Common Lib
- pkgver = 2021.9.9.1
+ pkgver = 2021.9.10.3
pkgrel = 1
url = https://github.com/yaronzz/AIGPY
arch = any
@@ -10,9 +10,9 @@ pkgbase = python-aigpy
depends = python-requests
depends = python-colorama
depends = python-mutagen
- source = https://pypi.org/packages/source/a/aigpy/aigpy-2021.9.9.1.tar.gz
+ source = https://pypi.org/packages/source/a/aigpy/aigpy-2021.9.10.3.tar.gz
source = https://raw.githubusercontent.com/yaronzz/AIGPY/master/LICENSE
- sha256sums = f23df552c86814559b8ff6723af627cfccfdb17295987a3edf6b114450eee7d7
+ sha256sums = 838aaaf62efb2a48847f07948cce0dc1a209828807545b914065b25c4e50c38d
sha256sums = 83e4dd21429a91fb7cea67a476032a9641425e5355df2e0f589a738b6ec9fd2c
pkgname = python-aigpy
diff --git a/PKGBUILD b/PKGBUILD
index d66c61aa5a8d..3639444c0463 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-aigpy
_pkgname=aigpy
-pkgver=2021.9.9.1
+pkgver=2021.9.10.3
pkgrel=1
pkgdesc="Python Common Lib"
arch=('any')
@@ -18,7 +18,7 @@ makedepends=('python-setuptools')
source=(
"https://pypi.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/yaronzz/AIGPY/master/LICENSE")
-sha256sums=('f23df552c86814559b8ff6723af627cfccfdb17295987a3edf6b114450eee7d7'
+sha256sums=('838aaaf62efb2a48847f07948cce0dc1a209828807545b914065b25c4e50c38d'
'83e4dd21429a91fb7cea67a476032a9641425e5355df2e0f589a738b6ec9fd2c')
build() {