Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-05-12 05:55:42 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-05-12 05:55:42 +0300
commitf09ae0f2ffc0485dd6c8e40eb76211611bd8a949 (patch)
treec596b190288131afc723a7166feb7e92facaabe2
parent6331f93eefe97d2237388b53fd1b6fa8d4be9fce (diff)
extra/python-pendulum: Fake version for buildmaster
-rw-r--r--extra/python-pendulum/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/python-pendulum/PKGBUILD b/extra/python-pendulum/PKGBUILD
index 8651f2b0..3c5c178c 100644
--- a/extra/python-pendulum/PKGBUILD
+++ b/extra/python-pendulum/PKGBUILD
@@ -3,8 +3,8 @@
_name=pendulum
pkgname=python-pendulum
-pkgver=2.1.2
-pkgrel=$((8+$pkgrel))
+#pkgver=2.1.2
+#pkgrel=$((8+$pkgrel))
pkgdesc="Python datetimes made easy"
arch=(x86_64)
url="https://pendulum.eustace.io/"