summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-07-02 04:35:18 +0200
committerMarcell Meszaros2022-07-02 04:35:18 +0200
commit9455359540dc2e00378cc9a1e1ee4f2ea6d05848 (patch)
tree80d99836f959b28f25b042d7ec390e8e1d48f9f8
parent63e692acd80b19231b2130943198ccf8cb519728 (diff)
downloadaur-9455359540dc2e00378cc9a1e1ee4f2ea6d05848.tar.gz
0.3.15-8: remove duplicate definition of description
-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}/"