summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Röthke2023-03-26 20:13:47 +0200
committerMarcel Röthke2023-03-26 20:13:47 +0200
commit8d652a92a50b4b84574ab964a6f362a334703c1c (patch)
tree94391733c83894864224d18ea89511b93aa6ebd9 /PKGBUILD
parentc71ba2ffd4870080b48adefb586ecea593588048 (diff)
downloadaur-8d652a92a50b4b84574ab964a6f362a334703c1c.tar.gz
mu: upstream release 1.10.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c1f1f013aec..3c1260fd6324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.8.14
+pkgver=1.10.0
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=('1a9c5e15b5e8b67622f7e58dfadd453abf232c0b715bd5f89b955e704455219c')
+sha256sums=('7f0821c7c8f22a714f3da618853e8dc2c311a6ba808d57a23ef31cbaafefac3a')
prepare() {
cd "$pkgname-$pkgver"