summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax G2021-06-23 14:37:40 +0300
committerMax G2021-06-23 14:37:40 +0300
commiteb01cbce5c269f27642609f9c8d4f3205d14ba93 (patch)
treec470c5789f2823e1517c6fdacad36cb4ed2cd74a /PKGBUILD
parentb5cc7b4375a0d14d554a31e1d2b7ce57223f4e9a (diff)
downloadaur-python-aur-deploy.tar.gz
"Updated to v0.9.3"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25f5f6feb596..5440b0ebf9fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-aur-deploy'
pkgname=('python-aur-deploy')
_module='aur-deploy'
-pkgver=0.9.2
+pkgver=0.9.3
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=("208e22705aa268880cadce344f3b7b1dc611e7f53a08029993e6693d6f492fd3")
+sha256sums=("4707f157862fb61d6eda6da8d68698b47ddf6f2315e2981ce7f93dfd5a30f006")
build() {
cd "${srcdir}/${_module}-${pkgver}"