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 bcc8af9e7ac8..427a7f91046c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-xdoctest
pkgdesc = A Python package for executing tests in documentation strings
pkgver = 1.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Erotemic/xdoctest
arch = any
license = Apache-2.0
diff --git a/PKGBUILD b/PKGBUILD
index c0024e28cc9f..b16c59927593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-xdoctest
_name=${pkgname#python-}
pkgver=1.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="A Python package for executing tests in documentation strings"
arch=(any)
url="https://github.com/Erotemic/xdoctest"