summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-05-04 13:17:30 +1200
committerGeorge Rawlinson2022-05-04 13:17:30 +1200
commit2b790caa963e105fe967482744baf4a7f3205519 (patch)
tree091daaf0a5246ac17e3f1a1aa69931a7f2fd2aa2 /PKGBUILD
parente99817bcd33e27b352fe8a9b6e310bc1d0add53e (diff)
downloadaur-2b790caa963e105fe967482744baf4a7f3205519.tar.gz
upgpkg: snappymail 2.15.1-1
* New upstream release. * Fix FTBFS due to incorrect version string.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index badb804b7b0f..c7b881a620f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
pkgname=snappymail
-pkgver=2.15.0
+pkgver=2.15.1
pkgrel=1
-pkgdesc="A simple, modern & fast web-based email client"
+pkgdesc='A simple, modern & fast web-based email client'
arch=('any')
license=('AGPL3')
url="https://snappymail.eu"
@@ -22,7 +22,7 @@ optdepends=(
'php-pgsql: storage backend for contacts'
'php-sqlite: storage backend for contacts'
)
-_commit='eff357dc8e6ff5aeaec03e51c9db35b4822fe06c'
+_commit='435b590b3eb28cb5d5c25ac8b4eb376e6ea65747'
source=(
"$pkgname::git+https://github.com/the-djmaze/snappymail.git#commit=$_commit"
'sysusers.conf'
@@ -47,6 +47,9 @@ prepare() {
# create folder for build output
mkdir -p build
+
+ # fix version string for v2.15.1
+ git -C "$pkgname" cherry-pick --no-commit f7a238952375b9171a58d796b43c029f1cc2f250
}
build() {