summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20b2a629c0b1..70c0a588185e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kopano-webapp
pkgdesc = Provides all the familiar email, advanced calendaring and contacts features you need to be productive
- pkgver = 4.6.3
+ pkgver = 5.3.0
pkgrel = 1
url = http://www.kopano.com/
changelog = changelog
@@ -19,7 +19,7 @@ pkgbase = kopano-webapp
optdepends = kopano-webapp-nginx
backup = etc/webapps/kopano-webapp/config.php
backup = etc/webapps/kopano-webapp/debug.php
- source = kopano-webapp::git+https://stash.kopano.io/scm/kw/kopano-webapp.git#tag=v4.6.3
+ source = kopano-webapp::git+https://stash.kopano.io/scm/kw/kopano-webapp.git#tag=v5.3.0
source = kopano-webapp.ini
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7539d269a164..6f0e27bd9ff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Archist archist@die-optimisten.net
pkgname='kopano-webapp'
-pkgver='4.6.3'
+pkgver='5.3.0'
pkgrel=1
pkgdesc='Provides all the familiar email, advanced calendaring and contacts features you need to be productive'
groups=(
@@ -16,7 +16,7 @@ url='http://www.kopano.com/'
license=('AGPL3')
_tagPrefix="v"
-_remoteGit="https://stash.kopano.io/scm/kw/kopano-webapp.git"
+_source="git+https://stash.kopano.io/scm/kw/kopano-webapp.git"
# template start; name=base-scm; version=1;
#_tagPrefix=""
#_tagSuffix=""
@@ -153,7 +153,7 @@ _sourceBranch=$(if [[ "${pkgname}" == *-git ]]; then echo "#branch=master"; else
# template end;
_phpIni="${_basePkgName}.ini"
source=(
- "${pkgname}::git+${_remoteGit}${_sourceBranch}"
+ "${pkgname}::${_source}${_sourceBranch}"
"${_phpIni}"
)
md5sums=(