summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-01-13 09:04:02 +0100
committerhaawda2018-01-13 09:04:02 +0100
commit8df90db3b46857d046d90b87f8a6f97356dd6478 (patch)
tree01c35aa5d631d0d202183c5fdb24449275405c53
parent7ef787be8d51da662b5dd484f29a9af53b46ed7b (diff)
downloadaur-8df90db3b46857d046d90b87f8a6f97356dd6478.tar.gz
new pkgver function, new epoch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a99fdc6b222..d18999f059cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notmuch-git
- pkgver = 0.26_rc0.1.1.g0fab493f
- pkgrel = 1
+ pkgver = 0.26.12.g12541fea
+ pkgrel = 2
epoch = 1
url = https://notmuchmail.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 15d1f0edb602..aaee31ee363d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ arch=('i686' 'x86_64')
_pkgbase=notmuch
pkgname=('notmuch-emacs-git' 'notmuch-runtime-git' 'notmuch-python-git' 'notmuch-python2-git' 'notmuch-ruby-git' 'notmuch-vim-git' 'notmuch-mutt-git')
epoch=1
-pkgver=0.26_rc0.1.1.g0fab493f
-pkgrel=1
+pkgver=0.26.12.g12541fea
+pkgrel=2
url="https://notmuchmail.org/"
license=('GPL3')
makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime' 'talloc')
@@ -21,7 +21,7 @@ md5sums=('SKIP')
pkgver() {
cd "$_pkgbase"
- git describe --long --tags|tr - .|cut -c8-
+ git describe --long --tags|tr - .
}
prepare(){