summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax G2021-01-14 15:46:58 +0200
committerMax G2021-01-14 15:46:58 +0200
commitb5cc7b4375a0d14d554a31e1d2b7ce57223f4e9a (patch)
tree6081e3b4a87ec869544a4efe43c6219c23efd30b
parenta7ec8e5e36e5b11cc7a14f0154e43f3909c6557e (diff)
downloadaur-b5cc7b4375a0d14d554a31e1d2b7ce57223f4e9a.tar.gz
"Updated to v0.9.2"
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5067d0bfc63d..70d082a9a1cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aur-deploy
pkgdesc = Automate updating pkgbuild and deploying to AUR
- pkgver = 0.9.1
+ pkgver = 0.9.2
pkgrel = 1
url = https://github.com/codeswhite/aur-deploy
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-aur-deploy
depends = python-beautifulsoup4
depends = pip2pkgbuild
depends = python-interutils
- source = https://files.pythonhosted.org/packages/source/a/aur-deploy/aur-deploy-0.9.1.tar.gz
- sha256sums = bae003e03dc1c88d1b9a7c23ee97aa19fea09f5a1e60a41c12684ee723714f22
+ source = https://files.pythonhosted.org/packages/source/a/aur-deploy/aur-deploy-0.9.2.tar.gz
+ sha256sums = 208e22705aa268880cadce344f3b7b1dc611e7f53a08029993e6693d6f492fd3
pkgname = python-aur-deploy
depends = python
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}"