summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab328d8c50e6..69bba464ad7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snappymail
pkgdesc = A simple, modern & fast web-based email client
- pkgver = 2.15.0
+ pkgver = 2.15.1
pkgrel = 1
url = https://snappymail.eu
arch = any
@@ -16,7 +16,7 @@ pkgbase = snappymail
optdepends = mariadb: storage backend for contacts
optdepends = php-pgsql: storage backend for contacts
optdepends = php-sqlite: storage backend for contacts
- source = snappymail::git+https://github.com/the-djmaze/snappymail.git#commit=eff357dc8e6ff5aeaec03e51c9db35b4822fe06c
+ source = snappymail::git+https://github.com/the-djmaze/snappymail.git#commit=435b590b3eb28cb5d5c25ac8b4eb376e6ea65747
source = sysusers.conf
source = tmpfiles.conf
sha512sums = SKIP
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() {