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 c43ca966d577..4e2c1882a2a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=python-sphinx-issues
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc='Sphinx extension for referencing issues'
arch=(any)
url='https://github.com/sloria/sphinx-issues'
license=('MIT')
depends=('python-sphinx')
source=("https://github.com/sloria/sphinx-issues/archive/${pkgver}.tar.gz")
-sha256sums=('6fe08bc0bf89d4012eda09cb311a37a8640fbeafe4385627db0468b3d7782fad')
+sha256sums=('4fe371f37d4e8a0e7a7f8ea6a6ff9007f284f4d849ca231480ff3744602a536e')
build() {
cd "${srcdir}/sphinx-issues-${pkgver}"