summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Greenslade2021-09-21 20:44:28 -0700
committerSean Greenslade2021-09-21 20:44:28 -0700
commit3394f8029f0095eb718ba1655cecf102437b47e3 (patch)
tree7e3675e9655ea7f5ea6710f6876ad0114fa13710
parent876abc225c64e100de57079370a44849f1e3188f (diff)
downloadaur-3394f8029f0095eb718ba1655cecf102437b47e3.tar.gz
Verbump to 2.1.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e043bb848a9..883b810a3f06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mutt-slang
pkgdesc = Small but very powerful text-based mail client - slang version
- pkgver = 2.1.1
+ pkgver = 2.1.3
pkgrel = 1
url = http://www.mutt.org/
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = mutt-slang
provides = mutt
conflicts = mutt
backup = etc/Muttrc
- source = git+https://gitlab.com/muttmua/mutt.git#tag=mutt-2-1-1-rel?signed
+ source = git+https://gitlab.com/muttmua/mutt.git#tag=mutt-2-1-3-rel?signed
validpgpkeys = 8975A9B33AA37910385C5308ADEF768480316BDA
sha512sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ba5a2c8fac62..894ec9e15664 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgbase=mutt
pkgname=${_pkgbase}-slang
-pkgver=2.1.1
+pkgver=2.1.3
pkgrel=1
pkgdesc="Small but very powerful text-based mail client - slang version"
url="http://www.mutt.org/"
@@ -31,7 +31,7 @@ validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') # Kevin J. McCarthy <k
prepare() {
cd "${_pkgbase}"
- autoreconf -vfi
+ autoreconf -fiv
}
build() {