summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-10-07 21:54:31 +0200
committerKr1ss2020-10-07 21:54:31 +0200
commit8427bc8b135da5f263674b8667bd018f88017f71 (patch)
tree909ec7af96b4369c054848b1e05e1337a1be1472
parent6684772fa08bcdfd1ff0286dc2e557c22a239901 (diff)
downloadaur-8427bc8b135da5f263674b8667bd018f88017f71.tar.gz
fix pkgver()
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3edc1256e2c..b90af3a870f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = getmail6-git
pkgdesc = POP3 mail retriever with reliable Maildir and command delivery; Python 3 port
- pkgver = 6.8
+ pkgver = 6.8.r0.beec49a
pkgrel = 1
epoch = 1
url = http://getmail6.org
@@ -9,7 +9,7 @@ pkgbase = getmail6-git
license = GPL2
makedepends = git
depends = python-chardet
- provides = getmail=6.8
+ provides = getmail=6.8.r0.beec49a
provides = getmail6
conflicts = getmail
source = git+https://github.com/getmail6/getmail6.git
diff --git a/PKGBUILD b/PKGBUILD
index d7e54084312d..eaef361d0f6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgname=getmail6-git
_pkgname="${pkgname%-git}"
epoch=1
-pkgver() { git -C "$_pkgname" describe --tags | sed 's/^v//;s/-/.r/;s/-g/./'; }
-pkgver=6.8
+pkgver() { git -C "$_pkgname" describe --tags --long | sed 's/^v//;s/-/.r/;s/-g/./'; }
+pkgver=6.8.r0.beec49a
pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'