summaryrefslogtreecommitdiff
path: root/libre-testing
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-04 00:14:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-26 19:54:30 -0400
commit221e0a1bb65a3c88f5da1ad9acbef34c1074ce88 (patch)
treef0911f0da1a0d2625fce23dcf6abc92efb2f7e19 /libre-testing
parent88390b8953eb0c8a10c5b1bd1bf4efcfb0fbabba (diff)
update libre-testing/libretools
Diffstat (limited to 'libre-testing')
-rw-r--r--libre-testing/libretools/PKGBUILD28
1 files changed, 14 insertions, 14 deletions
diff --git a/libre-testing/libretools/PKGBUILD b/libre-testing/libretools/PKGBUILD
index a034a412b..24c2a1fea 100644
--- a/libre-testing/libretools/PKGBUILD
+++ b/libre-testing/libretools/PKGBUILD
@@ -9,11 +9,11 @@ pkgdesc="Programs for Parabola development"
url="https://projects.parabolagnulinux.org/packages/libretools.git/"
license=('GPL3' 'GPL2')
-pkgver=20140630
-_libretools_commit=5a84f3c84a1f3275f5b3ab51b1cf90327f52b9b2
-_devtools_commit=d732aae2ca57430f3dd95c0ed4dcc05df4014f91
-md5sums=('14a272e6b69c05493b16d84a247a1e17'
- '615db785531757d3a849614bb117fba4')
+pkgver=20140726
+_libretools_commit=ccc84f329bd5c98b25a85422a0cf4e9b18324082
+_devtools_commit=33f227ec628f30b70ee5b1412fd47564325b4b4c
+md5sums=('4960decf412771c5c4236118b20c06b8'
+ 'db5d0c0889a9f6e481c634d4f36eda49')
_packages_url=https://projects.parabolagnulinux.org/packages
source=($_packages_url/libretools.git/snapshot/libretools-$_libretools_commit.tar.bz2
@@ -65,8 +65,9 @@ package_xbs() {
pkgdesc='A tool for working with arbitrary ABS-like build systems'
license=(GPL2)
depends=(
- "gitget=$pkgver" # for helper-abslibre
+ "gitget=$pkgver" # `helper-abslibre`
"librelib=$pkgver"
+ subversion # `helper-abs`
)
cd "$srcdir/$pkgbase-$_libretools_commit"
@@ -76,21 +77,20 @@ package_xbs() {
package_libretools() {
backup=(etc/libretools.conf etc/libretools.d/chroot.conf etc/libretools.d/librefetch.conf)
install=libretools.install
- replaces=(chroottools)
- conflicts=(devtools chroottools)
+ conflicts=(devtools)
depends=(
"librelib=$pkgver"
"xbs=$pkgver" # `createworkdir`, `librestage`
- "systemd>=212" # force newer systemd
- arch-install-scripts # `archroot` uses `pacstrap`
+ arch-install-scripts # `mkarchroot` uses `pacstrap`
openssh # `librerelease`
rsync # `librerelease` and `makechrootpkg.sh`
- subversion # `diff-unfree`
- tokyocabinet # `treepkg`
- wget # `aur`
+ systemd # systemd-nspawn
+ tokyocabinet # `toru`
+ #namcap # Namcap is currently dissabled in libremakepkg :(
+ #subversion # `diff-unfree` # ignore because of xbs
+ #wget # `aur` # ignore because of librelib
)
- optdepends=('namcap: to check package files')
cd "$srcdir/$pkgbase-$_libretools_commit"
make install-libretools install-doc DESTDIR="$pkgdir"