summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Mikityanskiy2020-12-24 13:35:53 +0200
committerMaxim Mikityanskiy2020-12-24 13:36:04 +0200
commit008c8daa60bc24dc39f2034e0f35a11b86202901 (patch)
treec7978f8b13c1edad8837f3d7c80096eec8c97396
parent6d3e11dc5d5ed249ede04651894eccd0f9b11038 (diff)
downloadaur-008c8daa60bc24dc39f2034e0f35a11b86202901.tar.gz
Update pkgver in PKGBUILD for the pkgrel bump to take effect
pkgver is formatted dynamically, so the installed package had version r17.e2cd097-1, but the updates are checked against the static version in the PKGBUILD, which got bumped only to r16.931e2c7-2 in the previous commit. Fix this by also updating the pkgver. Note that pkgrel still has to be 2 to trigger an update and rebuild for Python 3.9, because the installed version is r17.e2cd097-1.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe2a11a63585..b017906f8f65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = certbot-dns-henet-git
pkgdesc = he.net DNS Authenticator plugin for Certbot
- pkgver = r16.931e2c7
+ pkgver = r17.e2cd097
pkgrel = 2
url = https://bitbucket.org/qt-max/certbot-dns-henet
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 0a80e37e4a5b..93ceaa9456b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=certbot-dns-henet
pkgname=$_pkgname-git
-pkgver=r16.931e2c7
+pkgver=r17.e2cd097
pkgrel=2
pkgdesc="he.net DNS Authenticator plugin for Certbot"
arch=('any')