summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6fc7952f15f..8b1aeeca599c 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.6.11.gf4874cd7
+pkgver=1.3.6.114.g0dced59c
pkgrel=1
pkgdesc="mu and mu4e from git"
arch=('i686' 'x86_64')
@@ -24,12 +24,12 @@ pkgver() {
prepare() {
cd mu
- ./autogen.sh
+ ./autogen.sh --prefix=/usr
}
build() {
cd mu
- ./configure --prefix=/usr
+ make
}
package() {