Correct silly pkgbuild typo
This commit is contained in:
parent
ef3190f151
commit
10dff6dac9
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = zookeeper
|
||||
pkgdesc = Open-source server which enables highly reliable distributed coordination
|
||||
pkgver = 3.4.9
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://zookeeper.apache.org/
|
||||
install = install_zookeeper.sh
|
||||
arch = any
|
||||
|
@ -10,7 +10,7 @@ pkgbase = zookeeper
|
|||
backup = etc/zookeeper/configuration.xsl
|
||||
backup = etc/zookeeper/log4j.properties
|
||||
backup = etc/zookeeper/zoo.cfg
|
||||
source = https://archive.apache.org/dist///zookeeper/zookeeper-3.4.9/zookeeper-3.4.9.tar.gz,
|
||||
source = https://archive.apache.org/dist///zookeeper/zookeeper-3.4.9/zookeeper-3.4.9.tar.gz
|
||||
source = systemd_zookeeper.service
|
||||
source = systemd_zookeeper@.service
|
||||
source = systemd_sysusers.d_zookeeper.conf
|
||||
|
|
4
PKGBUILD
4
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
|
||||
|
|
Loading…
Reference in New Issue