summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Schlegel2020-01-06 12:22:48 +0100
committerMarvin Schlegel2020-01-06 12:22:48 +0100
commitfb572885a6f62a8ac603b365ca7b62248adafc3e (patch)
tree387860ced56d9f56b4b8960da86908ee12d65bc4
parent0ba2051583445167d0b881b299992f0782810bec (diff)
downloadaur-fb572885a6f62a8ac603b365ca7b62248adafc3e.tar.gz
simplify & update
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {