summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Wienke2018-12-30 14:55:03 +0100
committerJohannes Wienke2018-12-30 14:55:03 +0100
commit09e20ee40e9198bb025c4de2637c905d1b64c051 (patch)
tree822db78fafc047cbfa843d62f4f54fab9e3e97e4 /PKGBUILD
parent5daa18dd8e27d7be562e865d7515cc0fd6f412f4 (diff)
downloadaur-python-sphinx-issues.tar.gz
Version bump to 1.2.0
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}"