summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchristian Sillaber2016-05-09 07:44:14 +0200
committerchristian Sillaber2016-05-09 07:44:14 +0200
commit078bd9faecc4447800b1d7ace0a569d616c28067 (patch)
tree65e1f074e78d6b3215a966599058bce66fb0feac
parentbd20e70662b8af24da6ba6d1b05281c644ccd7da (diff)
downloadaur-078bd9faecc4447800b1d7ace0a569d616c28067.tar.gz
added mu4e build flag
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 426fda505662..5b5d61339d6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mu-git
pkgdesc = mu and mu4e from git
- pkgver = v0.9.16.59.geab45dc
- pkgrel = 2
+ pkgver = v0.9.16.95.g7585506
+ pkgrel = 1
url = http://www.djcbsoftware.nl/code/mu
install = mu-git.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e90e6a9f11ee..05b5fe046250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Thanks to the maintainers and contributors of the mu binary package
pkgname=mu-git
-pkgver=v0.9.16.59.geab45dc
-pkgrel=2
+pkgver=v0.9.16.95.g7585506
+pkgrel=1
install=mu-git.install
pkgdesc="mu and mu4e from git"
arch=('i686' 'x86_64')
@@ -27,11 +27,10 @@ build() {
cd mu
autoreconf -i
sed -i 's|MUGDIR|"/usr/share/pixmaps"|' toys/mug/mug.c
- ./configure --prefix=/usr --disable-webkit --disable-gtk
+ ./configure --prefix=/usr --disable-webkit --disable-gtk --enable-mu4e
}
package() {
cd mu
make DESTDIR=$pkgdir install
- install -Dm644 COPYING $pkgdir/usr/share/licenses/mu/COPYING
}