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 00e72b1f671a..911c7e56c0ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-freezegun
pkgdesc = Support for tests to mock datetime and set fake times values (legacy Python 2 version)
pkgver = 0.3.15
- pkgrel = 5
+ pkgrel = 6
url = https://pypi.org/project/freezegun/0.3.15/
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 2368d61c27d0..7b0c0eb5624a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='python2-freezegun'
_name="${pkgname#python2-}"
pkgver=0.3.15
-pkgrel=5
+pkgrel=6
pkgdesc="Let your Python tests travel through time"
pkgdesc="Support for tests to mock datetime and set fake times values (legacy Python 2 version)"
arch=('any')