summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Schlegel2020-01-06 12:22:48 +0100
committerMarvin Schlegel2020-01-06 12:27:37 +0100
commitff22e9e4f0bf17a3a61c4b223215857894a3f929 (patch)
treefa107fde25754bac4946c18c257ca077398bf9ac
parent0ba2051583445167d0b881b299992f0782810bec (diff)
downloadaur-ff22e9e4f0bf17a3a61c4b223215857894a3f929.tar.gz
simplify & update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d310dc2ef31..2cb750b23d9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu-git
pkgdesc = mu and mu4e from git
- pkgver = 1.3.3.1.gb7cda29b
+ pkgver = 1.3.6.11.gf4874cd7
pkgrel = 1
url = http://www.djcbsoftware.nl/code/mu
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 16833eb9f5af..b6fc7952f15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Thanks to the maintainers and contributors of the mu binary package
pkgname=mu-git
-pkgver=1.3.3.1.gb7cda29b
+pkgver=1.3.6.11.gf4874cd7
pkgrel=1
pkgdesc="mu and mu4e from git"
arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@ prepare() {
build() {
cd mu
- ./configure --prefix=/usr --disable-webkit --disable-gtk --enable-mu4e --enable-guile --enable-shared
+ ./configure --prefix=/usr
}
package() {