summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-05-25 09:25:56 +1200
committerGeorge Rawlinson2022-05-25 09:25:56 +1200
commit0e8140493861cd9776c5bb7755e02cabef27a8a4 (patch)
treeef3dfe794fa130e28f096d8107f79ba878894534
parent5e6a2900765a06ad36850594a2c7ad509e04e458 (diff)
downloadaur-0e8140493861cd9776c5bb7755e02cabef27a8a4.tar.gz
upgpkg: anappymail 2.16.1-1
New upstream release.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d6d2dffb481..488c3dda1bee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snappymail
pkgdesc = A simple, modern & fast web-based email client
- pkgver = 2.15.1
- pkgrel = 2
+ pkgver = 2.16.1
+ pkgrel = 1
url = https://snappymail.eu
arch = any
license = AGPL3
@@ -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=435b590b3eb28cb5d5c25ac8b4eb376e6ea65747
+ source = snappymail::git+https://github.com/the-djmaze/snappymail.git#commit=199aea0636c3ee8950abce73f0861cc8ff0cf3fd
source = sysusers.conf
source = tmpfiles.conf
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4a61e7d58c20..7346c63ce84f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
pkgname=snappymail
-pkgver=2.15.1
-pkgrel=2
+pkgver=2.16.1
+pkgrel=1
pkgdesc='A simple, modern & fast web-based email client'
arch=('any')
license=('AGPL3')
@@ -22,7 +22,7 @@ optdepends=(
'php-pgsql: storage backend for contacts'
'php-sqlite: storage backend for contacts'
)
-_commit='435b590b3eb28cb5d5c25ac8b4eb376e6ea65747'
+_commit='199aea0636c3ee8950abce73f0861cc8ff0cf3fd'
source=(
"$pkgname::git+https://github.com/the-djmaze/snappymail.git#commit=$_commit"
'sysusers.conf'
@@ -47,9 +47,6 @@ prepare() {
cd "$pkgname"
- # fix version string for v2.15.1
- git cherry-pick --no-commit f7a238952375b9171a58d796b43c029f1cc2f250
-
# ensure data path is set to /var/lib/snappymail
sed \
-i snappymail/v/0.0.0/include.php \