summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Röthke2023-06-24 12:24:38 +0200
committerMarcel Röthke2023-06-24 12:24:38 +0200
commitd1e6fba12a2703552e5b64702f07aad875bbd298 (patch)
treefd180d73446b63bfb6ade7ab320b1cc92d8d5c9e
parent3983fc3440bbacca226a5d17b02187da2e5aee08 (diff)
downloadaur-d1e6fba12a2703552e5b64702f07aad875bbd298.tar.gz
mu: upstream release 1.10.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a69f3b50068..3e0708719e55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu
pkgdesc = Maildir indexer/searcher and Emacs client (mu4e)
- pkgver = 1.10.3
+ pkgver = 1.10.4
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.3/mu-1.10.3.tar.xz
- sha256sums = c83970fcb6163c27d135c207d1a5eb6f38a5732161741a4a88da2ae894e0245f
+ source = https://github.com/djcb/mu/releases/download/v1.10.4/mu-1.10.4.tar.xz
+ sha256sums = 8eba7864aad442212b2bc62aac6491708084ba5d84416a22b8a8ddf2ee7240ec
pkgname = mu
diff --git a/PKGBUILD b/PKGBUILD
index 2c4b39961d3a..2a700e5e6aff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.10.3
+pkgver=1.10.4
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=('c83970fcb6163c27d135c207d1a5eb6f38a5732161741a4a88da2ae894e0245f')
+sha256sums=('8eba7864aad442212b2bc62aac6491708084ba5d84416a22b8a8ddf2ee7240ec')
prepare() {
cd "$pkgname-$pkgver"