summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax G2020-07-18 18:15:49 +0300
committerMax G2020-07-18 18:15:49 +0300
commit77362c43afeba41127c423c136ccf5bcc56574a4 (patch)
treeeacbec4f601e3bed56500974ee04164b5bd0ba30
parent6b0265eabe886d429d4b58027a8c808f39d2e3db (diff)
downloadaur-77362c43afeba41127c423c136ccf5bcc56574a4.tar.gz
"Updated to v0.8.0"
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdec010c61b9..3fe56566045e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aur-deploy
pkgdesc = Automate updating pkgbuild and deploying to AUR
- pkgver = 0.7.4
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/codeswhite/aur-deploy
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-aur-deploy
makedepends = python-beautifulsoup4
makedepends = pip2pkgbuild
depends = python
- source = https://files.pythonhosted.org/packages/source/a/aur-deploy/aur-deploy-0.7.4.tar.gz
- sha256sums = bed888e576237687aea6ea46db0356d4246d992aa623673c354297f6d97fc86a
+ source = https://files.pythonhosted.org/packages/source/a/aur-deploy/aur-deploy-0.8.0.tar.gz
+ sha256sums = d7967a03ec04ee841a15f2035deb9db58bdf7e1d70871fa81dae2056070d5e4e
pkgname = python-aur-deploy
depends = python
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}"