summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Röthke2024-03-06 14:31:35 +0100
committerMarcel Röthke2024-03-06 14:31:35 +0100
commitd1678795b2d40310f6620c6bb67bf528203a6b6f (patch)
tree34b9d4a52b7e5d946c75010ac796f118fb21954a
parentbbbca01fc3b0ebecdf48d51fac37dee9d1fa9d5a (diff)
downloadaur-d1678795b2d40310f6620c6bb67bf528203a6b6f.tar.gz
mu: upstream release 1.12.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19dc29921788..b6add2a761b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu
pkgdesc = Maildir indexer/searcher and Emacs client (mu4e)
- pkgver = 1.12.0
+ pkgver = 1.12.1
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.0/mu-1.12.0.tar.xz
- sha256sums = 55072bea9fe378c14728bd0c0d199f6ed62847b0031bd908eb277c6d3621e7cd
+ source = https://github.com/djcb/mu/releases/download/v1.12.1/mu-1.12.1.tar.xz
+ sha256sums = 2954404807adc7dfb8142cb1706197898a33bc9e7ce1dbee62211cddb2e634a2
pkgname = mu
diff --git a/PKGBUILD b/PKGBUILD
index 5f82d7711f7d..b1c797bd8316 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.12.0
+pkgver=1.12.1
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=('55072bea9fe378c14728bd0c0d199f6ed62847b0031bd908eb277c6d3621e7cd')
+sha256sums=('2954404807adc7dfb8142cb1706197898a33bc9e7ce1dbee62211cddb2e634a2')
prepare() {
cd "$pkgname-$pkgver"
@@ -24,6 +24,7 @@ prepare() {
-Dcpp_link_args="${LDFLAGS}" \
-Dguile=disabled \
-Dreadline=enabled \
+ -Dcld2=disabled \
build