summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhangjinqiang2021-02-19 02:04:00 +0000
committerzhangjinqiang2021-02-19 10:04:00 +0800
commite9e974dfe165b1b56ade6a46f4b807c2ba0d0390 (patch)
treedb62bf217c6e7a472d75a38b69ec33a0f1baa16f
parente77f3a3363619111142c49243812ea79eba6aa8e (diff)
downloadaur-e9e974dfe165b1b56ade6a46f4b807c2ba0d0390.tar.gz
bump version: 2021.2.18.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cd564e8a57a..c3d67ec4caf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aigpy
pkgdesc = Python Common Lib
- pkgver = 2020.12.17.1
+ pkgver = 2021.2.18.1
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-2020.12.17.1.tar.gz
+ source = https://pypi.org/packages/source/a/aigpy/aigpy-2021.2.18.1.tar.gz
source = https://raw.githubusercontent.com/yaronzz/AIGPY/master/LICENSE
- sha256sums = 9590b6fb788a090f1dba5cc99e081e780e59613d8f479f63f7ed758b5282955c
+ sha256sums = 3096cc49bfc0ecc6de575be3a895896de88d8ae2bbf6fc52ffd03a4b2cb0bd1c
sha256sums = 83e4dd21429a91fb7cea67a476032a9641425e5355df2e0f589a738b6ec9fd2c
pkgname = python-aigpy
diff --git a/PKGBUILD b/PKGBUILD
index 4c4fb5a247a3..a4075f5dbeac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-aigpy
_pkgname=aigpy
-pkgver=2020.12.17.1
+pkgver=2021.2.18.1
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=('9590b6fb788a090f1dba5cc99e081e780e59613d8f479f63f7ed758b5282955c'
+sha256sums=('3096cc49bfc0ecc6de575be3a895896de88d8ae2bbf6fc52ffd03a4b2cb0bd1c'
'83e4dd21429a91fb7cea67a476032a9641425e5355df2e0f589a738b6ec9fd2c')
build() {