summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Röthke2022-07-14 12:08:26 +0200
committerMarcel Röthke2022-07-14 12:08:26 +0200
commit6b9d3f0dfe7040b9bc58379c2a4aa28ecbf13cd4 (patch)
treee384e7718e4ba231b55e8c85a235ff9fb8c7c95d
parentcab7f50adbcdd39fb7dc5afa53f2e9d020f5d9b3 (diff)
downloadaur-6b9d3f0dfe7040b9bc58379c2a4aa28ecbf13cd4.tar.gz
mu: upstream release 1.8.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dafc2ed1442..8d68c7c163e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu
pkgdesc = Maildir indexer/searcher and Emacs client (mu4e)
- pkgver = 1.8.5
+ pkgver = 1.8.6
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.5/mu-1.8.5.tar.xz
- sha256sums = af87c91c4926e2adecb5e1a10d4a66f2794f85a176784af67210eeac51d5b84c
+ source = https://github.com/djcb/mu/releases/download/v1.8.6/mu-1.8.6.tar.xz
+ sha256sums = ad68072865536c314e7c251fbb65c7bf0c7908ffcc2aa024720eb2af752944f1
pkgname = mu
diff --git a/PKGBUILD b/PKGBUILD
index 57e4343b520b..b379934cc440 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.8.5
+pkgver=1.8.6
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=('af87c91c4926e2adecb5e1a10d4a66f2794f85a176784af67210eeac51d5b84c')
+sha256sums=('ad68072865536c314e7c251fbb65c7bf0c7908ffcc2aa024720eb2af752944f1')
prepare() {
cd "$pkgname-$pkgver"