summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2018-12-07 22:10:49 +0200
committerChristoph Gysin2018-12-07 22:12:41 +0200
commit8a327c4a7da839caae7842e6a8946eedca3644e0 (patch)
tree878bc4b1c4a8c45d26358eacc1b3be27a726a096
parent9f64531cfbd9533a815588362f19b6c14dc13938 (diff)
downloadaur-8a327c4a7da839caae7842e6a8946eedca3644e0.tar.gz
update to 0.6.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fadf5faa0768..cb88cd3794b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Mar 25 09:44:44 UTC 2017
+# Fri Dec 7 20:12:38 UTC 2018
pkgbase = bashate
pkgdesc = A pep8 equivalent for bash scripts
- pkgver = 0.5.1
- pkgrel = 3
+ pkgver = 0.6.0
+ pkgrel = 1
url = https://github.com/openstack-dev/bashate
arch = any
license = Apache
@@ -11,8 +11,8 @@ pkgbase = bashate
depends = python
depends = python-pbr
depends = python-babel
- source = https://pypi.python.org/packages/22/3c/10efc0119b59e77c74e94eb9768f409b4ba25238a0e3082203bc5386793f/bashate-0.5.1.tar.gz
- sha256sums = bcb2911c013f5d6d27413624e062079b7a6ec056581960b4a81cea72975d8434
+ source = https://files.pythonhosted.org/packages/d1/24/dff6f791b3e3873960cb4471212d67be1338702c96711e81ae6d208ed5ab/bashate-0.6.0.tar.gz
+ sha256sums = f01822a7295f1dfd197f67b4385c683d2eea293fa101ad15cf5e8572c0d45755
pkgname = bashate
diff --git a/PKGBUILD b/PKGBUILD
index 0c3d735a1e65..9e8fe981bed4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=bashate
-pkgver=0.5.1
-pkgrel=3
+pkgver=0.6.0
+pkgrel=1
pkgdesc="A pep8 equivalent for bash scripts"
arch=('any')
makedepends=('python-setuptools')
@@ -11,8 +11,8 @@ depends=('python'
'python-babel')
url="https://github.com/openstack-dev/${pkgname}"
license=('Apache')
-source=("https://pypi.python.org/packages/22/3c/10efc0119b59e77c74e94eb9768f409b4ba25238a0e3082203bc5386793f/$pkgname-$pkgver.tar.gz")
-sha256sums=('bcb2911c013f5d6d27413624e062079b7a6ec056581960b4a81cea72975d8434')
+source=("https://files.pythonhosted.org/packages/d1/24/dff6f791b3e3873960cb4471212d67be1338702c96711e81ae6d208ed5ab/$pkgname-$pkgver.tar.gz")
+sha256sums=('f01822a7295f1dfd197f67b4385c683d2eea293fa101ad15cf5e8572c0d45755')
build() {
cd ${srcdir}/${pkgname}-${pkgver}