aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Edwards2016-10-03 16:19:43 +0100
committerBen Edwards2016-10-03 16:19:43 +0100
commit10dff6dac9cd5cec329a172ac5955ae5eca6a899 (patch)
tree60502c8727aec8317f65d10cbfbdd555bce1f58c /PKGBUILD
parentef3190f1517266b9d183b4a05383e0a13d8964d9 (diff)
downloadaur-10dff6dac9cd5cec329a172ac5955ae5eca6a899.tar.gz
Correct silly pkgbuild typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 863531fff4b8..90cd23997f97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Guillaume ALAUX <guillaume at alaux dot net>
pkgname=zookeeper
pkgver=3.4.9
-pkgrel=1
+pkgrel=2
pkgdesc='Open-source server which enables highly reliable distributed coordination'
arch=('any')
url='https://zookeeper.apache.org/'
@@ -17,7 +17,7 @@ install=install_zookeeper.sh
_closest="https://archive.apache.org/dist/"
_app_path="/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"
-source=(${_closest}/${_app_path},
+source=(${_closest}/${_app_path}
systemd_zookeeper.service
systemd_zookeeper@.service
systemd_sysusers.d_zookeeper.conf