summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2021-01-29 20:42:16 +0100
committerYour Name2021-01-29 20:42:16 +0100
commitc435b89fcbba38e3a44fef845e46e5423d4ad43b (patch)
treef7cf970cc432a957713079e2fd44c80a69f6893a
parent541c2130c637a0daeefdb03a745afeea99dbf90e (diff)
downloadaur-c435b89fcbba38e3a44fef845e46e5423d4ad43b.tar.gz
next iteration
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cdc65e545def..da30f0d93ec5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,6 @@ depends=(
# _source=
# _tagPrefix=kopanocore-
-_pluginName=${_basePkgName//kopano-webapp-/}
-
pkgrel=1
groups=(
'kopano'
@@ -96,6 +94,7 @@ pkgver() {
_sourceBranch=$(if [[ "${pkgname}" == *-git ]]; then echo "#branch=master"; else echo "#tag=${_tagPrefix}${pkgver}${_tagSuffix}"; fi)
# template end;
+
source+=(
"${pkgname}::${_source}${_sourceBranch}"
)
@@ -345,6 +344,7 @@ then
)
fi
+_pluginName=${_basePkgName//kopano-webapp-/}
build() {
# Build-Environment
_kopanoWebappDir="${srcdir}/kopano-webapp"