diff options
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" |