summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Röthke2023-04-02 12:38:17 +0200
committerMarcel Röthke2023-04-02 12:38:17 +0200
commit19ba112bf2290276459a260a60d5392cd61046ae (patch)
tree8f8becdb70a0d7a3103dfab80b33361c3e4719a5
parent8d652a92a50b4b84574ab964a6f362a334703c1c (diff)
downloadaur-19ba112bf2290276459a260a60d5392cd61046ae.tar.gz
mu: upstream release 1.10.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52e30b3f1873..b059f59923ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu
pkgdesc = Maildir indexer/searcher and Emacs client (mu4e)
- pkgver = 1.10.0
+ pkgver = 1.10.1
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.0/mu-1.10.0.tar.xz
- sha256sums = 7f0821c7c8f22a714f3da618853e8dc2c311a6ba808d57a23ef31cbaafefac3a
+ source = https://github.com/djcb/mu/releases/download/v1.10.1/mu-1.10.1.tar.xz
+ sha256sums = 00cba4b6a54151de8f3fb06d4d6a180cd20e0f1780cec751890c647ae60e944f
pkgname = mu
diff --git a/PKGBUILD b/PKGBUILD
index 3c1260fd6324..76f4e02a6b47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.10.0
+pkgver=1.10.1
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=('7f0821c7c8f22a714f3da618853e8dc2c311a6ba808d57a23ef31cbaafefac3a')
+sha256sums=('00cba4b6a54151de8f3fb06d4d6a180cd20e0f1780cec751890c647ae60e944f')
prepare() {
cd "$pkgname-$pkgver"