summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Röthke2020-05-10 11:14:29 +0200
committerMarcel Röthke2020-05-10 11:14:29 +0200
commit5e84057c7f20917a154d03f3a5dc46eddff40a35 (patch)
tree09b5d600ac82cfc4a1dcd2d2f5a1c6bcc6ab45de
parent99d21145c04c4a88a9f569a0e4dfd4ee0ac3b4fe (diff)
downloadaur-5e84057c7f20917a154d03f3a5dc46eddff40a35.tar.gz
upgpkg: mu 1.4.5-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 967d8c3e9145..acdf9964ed63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu
pkgdesc = Maildir indexer/searcher and Emacs client (mu4e)
- pkgver = 1.4.4
+ pkgver = 1.4.5
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.4.tar.gz::https://github.com/djcb/mu/archive/1.4.4.tar.gz
- md5sums = af53a3943f230d01e1153cef23a23bd6
+ source = mu-1.4.5.tar.gz::https://github.com/djcb/mu/archive/1.4.5.tar.gz
+ md5sums = 3d0ba5ca745e1079772b8ee153edcf44
pkgname = mu
diff --git a/PKGBUILD b/PKGBUILD
index 468865a90270..666f2c5fdfc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.4.4
+pkgver=1.4.5
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=('af53a3943f230d01e1153cef23a23bd6')
+md5sums=('3d0ba5ca745e1079772b8ee153edcf44')
prepare() {
cd "$pkgname-$pkgver"