summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Röthke2023-04-15 22:53:17 +0200
committerMarcel Röthke2023-04-15 22:53:17 +0200
commit3983fc3440bbacca226a5d17b02187da2e5aee08 (patch)
tree8f492eaec058484f3b22fadb430226522189f1cd
parent26a93b64763911ac845328c6aef9aebfce64ed21 (diff)
downloadaur-3983fc3440bbacca226a5d17b02187da2e5aee08.tar.gz
mu: upstream release 1.10.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6824334720d4..4a69f3b50068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu
pkgdesc = Maildir indexer/searcher and Emacs client (mu4e)
- pkgver = 1.10.2
+ pkgver = 1.10.3
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.2/mu-1.10.2.tar.xz
- sha256sums = 2e7143a6eb866fe50d202a9ef5a2196b00c224665b234cca783c84dc2d1d4456
+ source = https://github.com/djcb/mu/releases/download/v1.10.3/mu-1.10.3.tar.xz
+ sha256sums = c83970fcb6163c27d135c207d1a5eb6f38a5732161741a4a88da2ae894e0245f
pkgname = mu
diff --git a/PKGBUILD b/PKGBUILD
index 592c7e3a9b33..2c4b39961d3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.10.2
+pkgver=1.10.3
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=('2e7143a6eb866fe50d202a9ef5a2196b00c224665b234cca783c84dc2d1d4456')
+sha256sums=('c83970fcb6163c27d135c207d1a5eb6f38a5732161741a4a88da2ae894e0245f')
prepare() {
cd "$pkgname-$pkgver"