summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Röthke2022-12-06 21:01:11 +0100
committerMarcel Röthke2022-12-06 21:01:11 +0100
commit5af9befb7736a084530c5afecf4086c6a8bba25e (patch)
tree631da89953c97124b80e080af50cd023f809f721
parenteaa760aa9ed956d44481e0c9636f9ba41610c495 (diff)
downloadaur-5af9befb7736a084530c5afecf4086c6a8bba25e.tar.gz
mu: upstream release 1.8.13-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7bbe0017dbe..cba1089630ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu
pkgdesc = Maildir indexer/searcher and Emacs client (mu4e)
- pkgver = 1.8.11
+ pkgver = 1.8.13
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.11/mu-1.8.11.tar.xz
- sha256sums = d4c1cf6dd76c97dcd53e1468d9ff82dc1e10203be607ad3249ba7ac417603439
+ source = https://github.com/djcb/mu/releases/download/v1.8.13/mu-1.8.13.tar.xz
+ sha256sums = 20d69c1a918c1e48e6dbf5375d87ef3ed358bb6b3b7d0a120e93a88b16d5a026
pkgname = mu
diff --git a/PKGBUILD b/PKGBUILD
index 485f68146b3e..c198c6ac9b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.8.11
+pkgver=1.8.13
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=('d4c1cf6dd76c97dcd53e1468d9ff82dc1e10203be607ad3249ba7ac417603439')
+sha256sums=('20d69c1a918c1e48e6dbf5375d87ef3ed358bb6b3b7d0a120e93a88b16d5a026')
prepare() {
cd "$pkgname-$pkgver"