summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af3d42f5c0dd..2fa88c945390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgbase=python-restructuredtext_lint
pkgname=(python-restructuredtext_lint python2-restructuredtext_lint)
_pyname=restructuredtext-lint
-pkgver=1.2.2
+pkgver=1.3.0
pkgrel=1
arch=(any)
pkgdesc="reStructuredText linter"
url='https://pypi.python.org/pypi/restructuredtext_lint'
license=('Public Domain')
makedepends=(python-setuptools python2-setuptools)
-source=("https://github.com/twolfson/restructuredtext-lint/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twolfson/restructuredtext-lint/archive/${pkgver}.tar.gz")
build() {
cp -r $_pyname-$pkgver $_pyname-$pkgver-py2
@@ -34,4 +34,4 @@ package_python2-restructuredtext_lint() {
install -Dm644 UNLICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-sha256sums=('b6b261d64ba43766b1732ef4b1e3df8056e6c9a5a804501cdc37986c47ea50d5')
+sha256sums=('4bf9d4724f59bc05ebe1cd5192c03d4597ee95c4bbf60bd5644422e1a2558da3')