diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-04 13:53:02 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-04 13:53:02 -0400 |
commit | 5549a083d29ac83c7499e9e93400c5b406219b54 (patch) | |
tree | c1dcc71efe8f4ee3c64e58b4f355e9af1d1ef617 /libre/libretools | |
parent | 1bc922598675f9ae84e2442a2e2b1ae91340240d (diff) | |
download | abslibre-5549a083d29ac83c7499e9e93400c5b406219b54.tar.gz abslibre-5549a083d29ac83c7499e9e93400c5b406219b54.tar.bz2 abslibre-5549a083d29ac83c7499e9e93400c5b406219b54.zip |
libre/libretools: Update
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index e93acd6e9..52b68ae48 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -4,14 +4,14 @@ # Contributor: Márcio Silva <coadde@hyperbola.info> pkgbase=libretools -pkgname=(libretools librelib gitget xbs) +pkgname=(libretools librelib gitget) pkgdesc="Programs for Parabola development" url="https://git.parabola.nu/packages/libretools.git/" license=('GPL3' 'GPL2') -pkgver=20180530 +pkgver=20180804 source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}) -sha256sums=('854395a17f0e45987f688cea1f36531aad497c0eb08cbf3af25f1af139843af0' +sha256sums=('3719e8f657cbaef9bbaf44a714c1524248c64dc0ce9c1621151f01250c694916' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker @@ -61,21 +61,6 @@ package_gitget() { make install-gitget DESTDIR="$pkgdir" } -package_xbs() { - pkgdesc='A tool for working with arbitrary ABS-like build systems' - backup=(etc/xbs/xbs.conf - etc/xbs/xbs-abs.conf) - license=(GPL2) - depends=( - "gitget=$pkgver" # `helper-abslibre` - "librelib=$pkgver" - subversion # `helper-abs` - ) - - cd "$srcdir/$pkgbase-$pkgver" - make install-xbs DESTDIR="$pkgdir" -} - package_libretools() { backup=(etc/libretools.conf etc/libretools.d/chroot.conf @@ -87,7 +72,6 @@ package_libretools() { depends=( "librelib=$pkgver" - "xbs=$pkgver" # `createworkdir`, `librestage` 'pacman>=5.1' 'pacman<5.2' arch-install-scripts # `mkarchroot` uses `pacstrap` expac # `libredbdiff` @@ -97,7 +81,7 @@ package_libretools() { 'systemd-tools>=234' # systemd-nspawn tokyocabinet # `toru` #namcap # Namcap is currently dissabled in libremakepkg :-( - #subversion # `diff-unfree` # ignore because of xbs + subversion # `diff-unfree` wget # `aur`, optdepend for librelib:`blacklist` ) optdepends=( |