summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2016-07-17 13:35:31 +0300
committerChristoph Gysin2016-07-17 13:35:31 +0300
commit29b93b7eab43ace7a45700e33d337470e630fcfb (patch)
tree74581cea84fbafbd1bc8bc59475a44d60fe2251c
parent46d747b0c6b72e26b68fb03d9c444c6989c8ae91 (diff)
downloadaur-29b93b7eab43ace7a45700e33d337470e630fcfb.tar.gz
use release tarball from pypi
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d9b92a60a95..661fd2603a4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Jul 17 10:34:57 UTC 2016
pkgbase = bashate
pkgdesc = A pep8 equivalent for bash scripts
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/openstack-dev/bashate
arch = any
license = Apache
@@ -9,8 +11,8 @@ pkgbase = bashate
depends = python
depends = python-pbr
depends = python-babel
- source = https://github.com/openstack-dev/bashate/archive/0.5.1.tar.gz
- sha256sums = 44fa6645fd7d5169c40747714986f1093ed24e2474e4a368c2695bf339c1551e
+ source = https://pypi.python.org/packages/22/3c/10efc0119b59e77c74e94eb9768f409b4ba25238a0e3082203bc5386793f/bashate-0.5.1.tar.gz
+ sha256sums = bcb2911c013f5d6d27413624e062079b7a6ec056581960b4a81cea72975d8434
pkgname = bashate
diff --git a/PKGBUILD b/PKGBUILD
index 38dfca4ee94d..357248665774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bashate
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="A pep8 equivalent for bash scripts"
arch=('any')
makedepends=('setuptools')
@@ -11,8 +11,8 @@ depends=('python'
'python-babel')
url="https://github.com/openstack-dev/${pkgname}"
license=('Apache')
-source=("https://github.com/openstack-dev/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('44fa6645fd7d5169c40747714986f1093ed24e2474e4a368c2695bf339c1551e')
+source=("https://pypi.python.org/packages/22/3c/10efc0119b59e77c74e94eb9768f409b4ba25238a0e3082203bc5386793f/$pkgname-$pkgver.tar.gz")
+sha256sums=('bcb2911c013f5d6d27413624e062079b7a6ec056581960b4a81cea72975d8434')
build() {
cd ${srcdir}/${pkgname}-${pkgver}