summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08b1f0c7ac88..fe34630b9c6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pandoc-include
pkgdesc = Panflute filter to allow file includes
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/DCsunset/pandoc-include
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 98c27a3f6247..2ca619884a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pipname=pandoc-include
pkgname=python-$_pipname
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='Panflute filter to allow file includes'
arch=(any)
url="https://github.com/DCsunset/$_pipname"