summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-07-02 03:32:09 +0200
committerMarcell Meszaros2022-07-02 03:32:09 +0200
commit51170a387b65bb2edf5a43e7ef6078326076a5b9 (patch)
treeda926971884f0c238ff45feba27a55dcd26b1daf
parent82d92b2d17a44badd80d9767224a8e649e536f90 (diff)
downloadaur-51170a387b65bb2edf5a43e7ef6078326076a5b9.tar.gz
0.3.15-6: bump for newer build than last repo version
-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')