summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Röthke2020-05-26 11:13:27 +0200
committerMarcel Röthke2020-05-26 11:13:27 +0200
commit23df7876b97787fc581ede78b49df995a5c6264a (patch)
treec5679449af359b463af5976c044872f0916b4649
parent0c976612d05cdc4fc06fa7626e4ccffe2d9526b1 (diff)
downloadaur-23df7876b97787fc581ede78b49df995a5c6264a.tar.gz
mu: upstream release 1.4.7-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90bbae2f5c2e..e63867901f1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu
pkgdesc = Maildir indexer/searcher and Emacs client (mu4e)
- pkgver = 1.4.6
+ pkgver = 1.4.7
pkgrel = 1
url = http://www.djcbsoftware.nl/code/mu
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = mu
depends = guile2.0
optdepends = guile: guile support
optdepends = emacs: mu4e support
- source = mu-1.4.6.tar.gz::https://github.com/djcb/mu/archive/1.4.6.tar.gz
- md5sums = 6a59bc154cb6a13c3a939dcf7afd6235
+ source = mu-1.4.7.tar.gz::https://github.com/djcb/mu/archive/1.4.7.tar.gz
+ md5sums = 6c9e0cde01ab4cdeea27b450d72205cc
pkgname = mu
diff --git a/PKGBUILD b/PKGBUILD
index 4462094df36f..f8de06cb2e15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.4.6
+pkgver=1.4.7
pkgrel=1
pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
arch=("x86_64" "armv7h")
@@ -14,7 +14,7 @@ makedepends=("emacs")
optdepends=("guile: guile support"
"emacs: mu4e support")
source=("mu-$pkgver.tar.gz::https://github.com/djcb/mu/archive/$pkgver.tar.gz")
-md5sums=('6a59bc154cb6a13c3a939dcf7afd6235')
+md5sums=('6c9e0cde01ab4cdeea27b450d72205cc')
prepare() {
cd "$pkgname-$pkgver"