summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Röthke2023-11-10 14:04:16 +0100
committerMarcel Röthke2023-11-10 14:04:16 +0100
commitb26f6403576627dc238f8e64afdb753a97dd6861 (patch)
treeaebbce9f6e414076b0f9c7f47e7f64eebb6f58b9
parent56cee640617ebb2fb93067f7a2a5164dfddd8c19 (diff)
downloadaur-b26f6403576627dc238f8e64afdb753a97dd6861.tar.gz
mu: upstream release 1.10.8-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0200d0139ce5..08c15d36de47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu
pkgdesc = Maildir indexer/searcher and Emacs client (mu4e)
- pkgver = 1.10.7
+ pkgver = 1.10.8
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.10.7/mu-1.10.7.tar.xz
- sha256sums = eaaac9ba515da232295b03f2797eed13552fdd29a30122134dd382a64d0d3c21
+ source = https://github.com/djcb/mu/releases/download/v1.10.8/mu-1.10.8.tar.xz
+ sha256sums = 6b11d8add2a7eeb0ebc4a5c7a6b9a9b3e1be8c5175c0c1c019a7ad8d7e363589
pkgname = mu
diff --git a/PKGBUILD b/PKGBUILD
index b0d2aac17fd4..2e57394bae72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.10.7
+pkgver=1.10.8
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=('eaaac9ba515da232295b03f2797eed13552fdd29a30122134dd382a64d0d3c21')
+sha256sums=('6b11d8add2a7eeb0ebc4a5c7a6b9a9b3e1be8c5175c0c1c019a7ad8d7e363589')
prepare() {
cd "$pkgname-$pkgver"