summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-01-09 22:37:16 +0100
committerhaawda2021-01-09 22:37:16 +0100
commit06a3482dd8a635cca61a710830ac18ecf4090050 (patch)
tree134ca1d373feba1587ffe8476edd0fd71e155930
parent8b5347aba0f6b13835ff452cf0dfd528906adc3f (diff)
downloadaur-06a3482dd8a635cca61a710830ac18ecf4090050.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9cf3d3da685..6710b6ac4b46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = mu-git
pkgdesc = mu and mu4e from git
- pkgver = 1.3.6.114.g0dced59c
+ pkgver = 1.4.7.r248.g4dbc6ac3
pkgrel = 1
+ epoch = 1
url = http://www.djcbsoftware.nl/code/mu
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8b1aeeca599c..f4efc68dc5c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
-# Maintainer: Jack Random, <jack(at)random(dot)to>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: Jack Random, <jack(at)random(dot)to>
# previous: csllbr; Popsch <popsch@gmx.net>
# Thanks to the maintainers and contributors of the mu binary package
pkgname=mu-git
-pkgver=1.3.6.114.g0dced59c
+pkgver=1.4.7.r248.g4dbc6ac3
pkgrel=1
+epoch=1
pkgdesc="mu and mu4e from git"
arch=('i686' 'x86_64')
url="http://www.djcbsoftware.nl/code/mu"
@@ -19,16 +21,12 @@ md5sums=('SKIP')
pkgver() {
cd mu
- printf "%s" "$(git describe --tags | tr - .)"
-}
-
-prepare() {
- cd mu
- ./autogen.sh --prefix=/usr
+ git describe --tags | sed 's+-+.r+' | tr - .
}
build() {
cd mu
+ ./autogen.sh --prefix=/usr
make
}