summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax G2020-07-18 18:15:49 +0300
committerMax G2020-07-18 18:15:49 +0300
commit77362c43afeba41127c423c136ccf5bcc56574a4 (patch)
treeeacbec4f601e3bed56500974ee04164b5bd0ba30 /PKGBUILD
parent6b0265eabe886d429d4b58027a8c808f39d2e3db (diff)
downloadaur-77362c43afeba41127c423c136ccf5bcc56574a4.tar.gz
"Updated to v0.8.0"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0fbf8fc7cd1..0383ad57e935 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
pkgbase='python-aur-deploy'
pkgname=('python-aur-deploy')
_module='aur-deploy'
-pkgver=0.7.4
+pkgver=0.8.0
pkgrel=1
+
pkgdesc="Automate updating pkgbuild and deploying to AUR"
url="https://github.com/codeswhite/aur-deploy"
depends=('python')
@@ -11,7 +12,7 @@ makedepends=('python-setuptools' 'python-interutils' 'python-requests' 'python-b
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/a/aur-deploy/aur-deploy-${pkgver}.tar.gz")
-sha256sums=("bed888e576237687aea6ea46db0356d4246d992aa623673c354297f6d97fc86a")
+sha256sums=("d7967a03ec04ee841a15f2035deb9db58bdf7e1d70871fa81dae2056070d5e4e")
build() {
cd "${srcdir}/${_module}-${pkgver}"