summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2016-06-21 10:38:43 +0300
committerChristoph Gysin2016-06-21 10:38:45 +0300
commit5aee9cb0207be38f4051f2490798018c8eb0b6e5 (patch)
tree717605f096e5e7955defd2ec4dcde11f37b7a3df
parent9eae0bc0de98d65d47ba1a59c87e7d036ffba43e (diff)
downloadaur-5aee9cb0207be38f4051f2490798018c8eb0b6e5.tar.gz
update to 0.5.1
Also switch source url to github.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ec3db1edb41..38dfca4ee94d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=bashate
-pkgver=0.4.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="A pep8 equivalent for bash scripts"
arch=('any')
@@ -11,8 +11,8 @@ depends=('python'
'python-babel')
url="https://github.com/openstack-dev/${pkgname}"
license=('Apache')
-source=(http://pypi.python.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1b93238ad531aadb7e501b541958dda05bf0794be866fd53d5ffb2182c1248a6')
+source=("https://github.com/openstack-dev/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('44fa6645fd7d5169c40747714986f1093ed24e2474e4a368c2695bf339c1551e')
build() {
cd ${srcdir}/${pkgname}-${pkgver}