diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-03-20 21:12:28 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-06-15 11:41:47 +0000 |
commit | d2479fcceeaec4518b220c2db756c02f9c51e77f (patch) | |
tree | e5aab0e15c0297a2e0dcfc797164f7b8bb2b3c34 /testing/bcfg2 | |
parent | 564cd016c09d5db42321e043cac18278be1732fc (diff) | |
download | aports-d2479fcceeaec4518b220c2db756c02f9c51e77f.tar.bz2 aports-d2479fcceeaec4518b220c2db756c02f9c51e77f.tar.xz |
testing/bcfg2: upgrade to 1.3.0
Diffstat (limited to 'testing/bcfg2')
-rw-r--r-- | testing/bcfg2/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/bcfg2/APKBUILD b/testing/bcfg2/APKBUILD index 5442cb62a3..ca268008f3 100644 --- a/testing/bcfg2/APKBUILD +++ b/testing/bcfg2/APKBUILD @@ -1,13 +1,13 @@ # Contributor: Cameron Banta <cbanta@gmail.com> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=bcfg2 -pkgver=1.2.3 -pkgrel=1 +pkgver=1.3.0 +pkgrel=o pkgdesc="A configuration management tool" url="http://bcfg2.org" arch="noarch" license="BSD" -depends="python" +depends="python py-lxml" makedepends="python-dev py-setuptools" install="" subpackages="$pkgname-doc $pkgname-server" @@ -35,6 +35,5 @@ server() { install -m755 -D bcfg2-server.initd "$subpkgdir"/etc/init.d/$subpkgname } - md5sums="3fc592a0dcf859083e12a2ef67d97f5d bcfg2-1.2.3.tar.gz 9a13baa6f40267ff9dbec574967c5068 bcfg2-server.initd" |