summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Röthke2023-08-31 11:18:55 +0200
committerMarcel Röthke2023-08-31 11:18:55 +0200
commit56cee640617ebb2fb93067f7a2a5164dfddd8c19 (patch)
tree048aec1e670ee163c19c3c6e6e7dca4d9725cac0
parent7c2be85570c54062fbcb8440ec4aa434acf58f40 (diff)
downloadaur-56cee640617ebb2fb93067f7a2a5164dfddd8c19.tar.gz
mu: upstream release 1.10.7-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4f803c2c30a..0200d0139ce5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu
pkgdesc = Maildir indexer/searcher and Emacs client (mu4e)
- pkgver = 1.10.5
+ pkgver = 1.10.7
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.5/mu-1.10.5.tar.xz
- sha256sums = 1af693dc19d6980f743b98494ab6db97656b6954e7edff343ceb62e65ca5cc2d
+ source = https://github.com/djcb/mu/releases/download/v1.10.7/mu-1.10.7.tar.xz
+ sha256sums = eaaac9ba515da232295b03f2797eed13552fdd29a30122134dd382a64d0d3c21
pkgname = mu
diff --git a/PKGBUILD b/PKGBUILD
index dbf4dd12938e..b0d2aac17fd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.10.5
+pkgver=1.10.7
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=('1af693dc19d6980f743b98494ab6db97656b6954e7edff343ceb62e65ca5cc2d')
+sha256sums=('eaaac9ba515da232295b03f2797eed13552fdd29a30122134dd382a64d0d3c21')
prepare() {
cd "$pkgname-$pkgver"