summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrikilinux2022-06-16 17:58:40 -0300
committerFrikilinux2022-06-16 17:58:40 -0300
commit5fd9c3b66e78a85dd10505e4d19212d16e5fa62f (patch)
treebd02ea61a41bf64be3fbe611f2ca637af633c6f1 /PKGBUILD
parent6a0e6b5be75fae3a2540d3395504589c85498cde (diff)
downloadaur-5fd9c3b66e78a85dd10505e4d19212d16e5fa62f.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 76fd5f04adf6..30b63d902c9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-aigpy
_name=${pkgname#python-}
-pkgver=2022.1.20.1
+pkgver=2022.6.15.1
pkgrel=1
pkgdesc="Python Common Lib"
arch=('any')
@@ -13,7 +13,7 @@ depends=('python-requests' 'python-colorama' 'python-mutagen')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('9add0659bf84e76fe79ff377d76cfe10b7982441ceb179b4e73a5f56671e2be3')
+sha256sums=('6151b5656f563ec891df8825e8e53b4a4ffb466c3f14c84f886eff8176bbe047')
build() {
cd "${_name}-${pkgver}"