summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e35bb6344c7c..c3bb9c85a6f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snappymail
pkgdesc = modern PHP webmail client
- pkgver = 2.10.3
+ pkgver = 2.11.0
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=c7f80d617e2cc5ecfe379fc53e54cb1997a9a4a3
+ source = snappymail::git+https://github.com/the-djmaze/snappymail.git#commit=ba49d06d1afcbd007d048abfcfd2def1eb86d262
source = sysusers.conf
source = tmpfiles.conf
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4ad5569dcd12..828f8876c90f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
pkgname=snappymail
-pkgver=2.10.3
+pkgver=2.11.0
pkgrel=1
pkgdesc="modern PHP webmail client"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=(
'php-pgsql: storage backend for contacts'
'php-sqlite: storage backend for contacts'
)
-_commit='c7f80d617e2cc5ecfe379fc53e54cb1997a9a4a3'
+_commit='ba49d06d1afcbd007d048abfcfd2def1eb86d262'
source=(
"$pkgname::git+https://github.com/the-djmaze/snappymail.git#commit=$_commit"
'sysusers.conf'