summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Perry (Pezz)2020-12-16 20:11:10 +1100
committerSimon Perry (Pezz)2020-12-16 20:11:10 +1100
commitccd508f2df126ba598ca4f43716e7c17ce39bbd8 (patch)
tree81cfbadb1ca62c3f60f739ae1aa8ca3680e0b406
parent6b0edc0c43af85190514e8a692786f6b1151afb1 (diff)
downloadaur-ccd508f2df126ba598ca4f43716e7c17ce39bbd8.tar.gz
Bump for lazy people
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3b5e5a7d0a7..f056aba611f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-roman
pkgdesc = Integer to Roman numerals converter
pkgver = 3.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zopefoundation/roman
arch = any
license = PSF
diff --git a/PKGBUILD b/PKGBUILD
index 6aecf73b66bd..5657f21c8188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-roman
pkgver=3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Integer to Roman numerals converter"
url="https://github.com/zopefoundation/roman"
makedepends=('python-setuptools')