summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax G2021-01-14 15:46:58 +0200
committerMax G2021-01-14 15:46:58 +0200
commitb5cc7b4375a0d14d554a31e1d2b7ce57223f4e9a (patch)
tree6081e3b4a87ec869544a4efe43c6219c23efd30b /PKGBUILD
parenta7ec8e5e36e5b11cc7a14f0154e43f3909c6557e (diff)
downloadaur-b5cc7b4375a0d14d554a31e1d2b7ce57223f4e9a.tar.gz
"Updated to v0.9.2"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 381f838b9332..25f5f6feb596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-aur-deploy'
pkgname=('python-aur-deploy')
_module='aur-deploy'
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="Automate updating pkgbuild and deploying to AUR"
url="https://github.com/codeswhite/aur-deploy"
@@ -10,7 +10,7 @@ depends=('python' 'twine' 'python-wheel' 'python-beautifulsoup4' 'pip2pkgbuild'
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=("bae003e03dc1c88d1b9a7c23ee97aa19fea09f5a1e60a41c12684ee723714f22")
+sha256sums=("208e22705aa268880cadce344f3b7b1dc611e7f53a08029993e6693d6f492fd3")
build() {
cd "${srcdir}/${_module}-${pkgver}"