summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Röthke2024-03-17 11:03:57 +0100
committerMarcel Röthke2024-03-17 11:03:57 +0100
commit0307a09114a873932b8741282555be5c33b8a22c (patch)
tree55d3d7355b8829d84a7ea82da7be85d2f092a11f
parentd1678795b2d40310f6620c6bb67bf528203a6b6f (diff)
downloadaur-0307a09114a873932b8741282555be5c33b8a22c.tar.gz
mu: upstream release 1.12.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6add2a761b4..782900eba0d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu
pkgdesc = Maildir indexer/searcher and Emacs client (mu4e)
- pkgver = 1.12.1
+ pkgver = 1.12.2
pkgrel = 1
url = http://www.djcbsoftware.nl/code/mu
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = mu
depends = readline
depends = glib2
optdepends = emacs: mu4e support
- source = https://github.com/djcb/mu/releases/download/v1.12.1/mu-1.12.1.tar.xz
- sha256sums = 2954404807adc7dfb8142cb1706197898a33bc9e7ce1dbee62211cddb2e634a2
+ source = https://github.com/djcb/mu/releases/download/v1.12.2/mu-1.12.2.tar.xz
+ sha256sums = 7b1a1d840f120a1e777b366e6d52bda5a203dd31d831a5a285fbaef275c6b618
pkgname = mu
diff --git a/PKGBUILD b/PKGBUILD
index b1c797bd8316..98af787b7b41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.12.1
+pkgver=1.12.2
pkgrel=1
pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
arch=("x86_64" "armv7h")
@@ -13,7 +13,7 @@ depends=("gmime3" "xapian-core" "readline" "glib2")
makedepends=("emacs" "meson")
optdepends=("emacs: mu4e support")
source=("https://github.com/djcb/mu/releases/download/v${pkgver}/mu-${pkgver}.tar.xz")
-sha256sums=('2954404807adc7dfb8142cb1706197898a33bc9e7ce1dbee62211cddb2e634a2')
+sha256sums=('7b1a1d840f120a1e777b366e6d52bda5a203dd31d831a5a285fbaef275c6b618')
prepare() {
cd "$pkgname-$pkgver"