diff options
author | David P <megver83@parabola.nu> | 2018-05-21 12:08:28 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-05-21 12:08:28 -0400 |
commit | abfaf230eeea4514a375c9b083c8e57e2c9332ea (patch) | |
tree | 5a10095affce1fa2bd6d842afab25b7d57ed0954 /nonsystemd/libretools | |
parent | e376cd3e8c439854979e43aa487562ef91fa5ac5 (diff) | |
download | abslibre-abfaf230eeea4514a375c9b083c8e57e2c9332ea.tar.gz abslibre-abfaf230eeea4514a375c9b083c8e57e2c9332ea.tar.bz2 abslibre-abfaf230eeea4514a375c9b083c8e57e2c9332ea.zip |
upgpkg: nonsystemd/libretools 20180520-1.nonsystemd1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd/libretools')
-rw-r--r-- | nonsystemd/libretools/PKGBUILD | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/nonsystemd/libretools/PKGBUILD b/nonsystemd/libretools/PKGBUILD index ed1290eb1..c3a7710af 100644 --- a/nonsystemd/libretools/PKGBUILD +++ b/nonsystemd/libretools/PKGBUILD @@ -4,24 +4,22 @@ # Contributor: Márcio Silva <coadde@hyperbola.info> pkgname=libretools +pkgver=20180520 +pkgrel=1 +pkgrel+=.nonsystemd1 pkgdesc="Programs for Parabola development" +arch=('any') url="https://git.parabola.nu/packages/libretools.git/" license=('GPL3' 'GPL2') - -pkgver=20180428 +makedepends=(ruby-ronn) +checkdepends=(sh-roundup git expac tokyocabinet) source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig} Remove-systemd-support.patch) -sha256sums=('db1ec0ad1f8229ee3f8c51fe3c8cdafb5edc3550dbc1dc21bb907d4a07973224' +sha256sums=('784047edc25afbfb294980287b8f04c52cde527f5e1eca9ac0b63f0f89383db9' 'SKIP' '6042a1f468b5a9969f74069b19e643746bbec739cd28d066c3c3b7d96260e43e') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -pkgrel=1 -pkgrel+=.nonsystemd2 -arch=('any') -makedepends=(ruby-ronn) -checkdepends=(sh-roundup git expac tokyocabinet) - build() { cd "$srcdir/$pkgbase-$pkgver" |