summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax G2020-07-18 19:02:38 +0300
committerMax G2020-07-18 19:02:38 +0300
commitda18abe2b8c9cdf773b384d592525aee20c17f54 (patch)
tree5f6d584bd8fa52c9d135fc94c7a7e9a5daa35fd0
parent20196aed9698649ebeb41c7d416ff8cc83f61ecb (diff)
downloadaur-da18abe2b8c9cdf773b384d592525aee20c17f54.tar.gz
"Updated to v0.8.2"
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e35e9b4702e2..ac639ad0a540 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aur-deploy
pkgdesc = Automate updating pkgbuild and deploying to AUR
- pkgver = 0.8.1
+ pkgver = 0.8.2
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.8.1.tar.gz
- sha256sums = e4bb0ab1422cf1272779731ea0ed70e1ce5e388397a1e83a6d81b8afdcd9d8b2
+ source = https://files.pythonhosted.org/packages/source/a/aur-deploy/aur-deploy-0.8.2.tar.gz
+ sha256sums = 1ed5998565077b389be645f5cd7b4e199833a7cf7bb8173d586267ff4384d950
pkgname = python-aur-deploy
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index a976934ec3b9..92f454325d1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,8 @@
pkgbase='python-aur-deploy'
pkgname=('python-aur-deploy')
_module='aur-deploy'
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
-
-
-
pkgdesc="Automate updating pkgbuild and deploying to AUR"
url="https://github.com/codeswhite/aur-deploy"
depends=('python')
@@ -13,7 +10,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=("e4bb0ab1422cf1272779731ea0ed70e1ce5e388397a1e83a6d81b8afdcd9d8b2")
+sha256sums=("1ed5998565077b389be645f5cd7b4e199833a7cf7bb8173d586267ff4384d950")
build() {
cd "${srcdir}/${_module}-${pkgver}"