summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Röthke2021-07-28 10:51:34 +0200
committerMarcel Röthke2021-07-28 10:51:34 +0200
commit3e4af823eed95d9f458e4b447855714ec49781d8 (patch)
tree12087e8cbe69ad37665bc3cc11d57255b68ae6e8 /PKGBUILD
parent4025f29b1db277d2acb884aeadc051b453370344 (diff)
downloadaur-3e4af823eed95d9f458e4b447855714ec49781d8.tar.gz
mu: upstream release 1.6.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 187ef6ea32f1..efe3045b20df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.4.15
+pkgver=1.6.0
pkgrel=1
pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
arch=("x86_64" "armv7h")
@@ -14,7 +14,7 @@ makedepends=("emacs" "guile")
optdepends=("guile: guile support"
"emacs: mu4e support")
source=("mu-$pkgver.tar.gz::https://github.com/djcb/mu/archive/$pkgver.tar.gz")
-md5sums=('7fac7195a9cedb84ff19b485d9d21a88')
+md5sums=('c3e96ad2be8084a2ac9f1cb24379e7a3')
prepare() {
cd "$pkgname-$pkgver"