summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4710fdaa184b..113ea3539d36 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 = 7
+ pkgrel = 8
url = https://pypi.org/project/freezegun/0.3.15/
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index e44aa182aac2..fddcfdf8adef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,7 @@
pkgname='python2-freezegun'
_name="${pkgname#python2-}"
pkgver=0.3.15
-pkgrel=7
-pkgdesc="Let your Python tests travel through time"
+pkgrel=8
pkgdesc="Support for tests to mock datetime and set fake times values (legacy Python 2 version)"
arch=('any')
url="https://pypi.org/project/${_name}/${pkgver}/"