summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Röthke2022-07-06 20:05:11 +0200
committerMarcel Röthke2022-07-06 20:05:11 +0200
commitcab7f50adbcdd39fb7dc5afa53f2e9d020f5d9b3 (patch)
tree8fde142732a37a1d550897bb5208928f631b9bab
parente34a0f8732683490c36db0379254b50941d53fbe (diff)
downloadaur-cab7f50adbcdd39fb7dc5afa53f2e9d020f5d9b3.tar.gz
mu: upstream release 1.8.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3222658a1de..8dafc2ed1442 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu
pkgdesc = Maildir indexer/searcher and Emacs client (mu4e)
- pkgver = 1.8.3
+ pkgver = 1.8.5
pkgrel = 1
url = http://www.djcbsoftware.nl/code/mu
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = mu
depends = gmime3
depends = xapian-core
optdepends = emacs: mu4e support
- source = https://github.com/djcb/mu/releases/download/v1.8.3/mu-1.8.3.tar.xz
- sha256sums = cfbe8931072a8f0a546630ec2142efad72597e1429151689256ed0bc0c0ea6d2
+ source = https://github.com/djcb/mu/releases/download/v1.8.5/mu-1.8.5.tar.xz
+ sha256sums = af87c91c4926e2adecb5e1a10d4a66f2794f85a176784af67210eeac51d5b84c
pkgname = mu
diff --git a/PKGBUILD b/PKGBUILD
index 5379d3547b83..57e4343b520b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.8.3
+pkgver=1.8.5
pkgrel=1
pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
arch=("x86_64" "armv7h")
@@ -13,7 +13,7 @@ depends=("gmime3" "xapian-core")
makedepends=("emacs" "meson")
optdepends=("emacs: mu4e support")
source=("https://github.com/djcb/mu/releases/download/v${pkgver}/mu-${pkgver}.tar.xz")
-sha256sums=('cfbe8931072a8f0a546630ec2142efad72597e1429151689256ed0bc0c0ea6d2')
+sha256sums=('af87c91c4926e2adecb5e1a10d4a66f2794f85a176784af67210eeac51d5b84c')
prepare() {
cd "$pkgname-$pkgver"