diff options
Diffstat (limited to 'nonsystemd/libretools/PKGBUILD')
-rw-r--r-- | nonsystemd/libretools/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/nonsystemd/libretools/PKGBUILD b/nonsystemd/libretools/PKGBUILD index e1b0e953b..ed1290eb1 100644 --- a/nonsystemd/libretools/PKGBUILD +++ b/nonsystemd/libretools/PKGBUILD @@ -9,13 +9,15 @@ url="https://git.parabola.nu/packages/libretools.git/" license=('GPL3' 'GPL2') pkgver=20180428 -source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}) +source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig} + Remove-systemd-support.patch) sha256sums=('db1ec0ad1f8229ee3f8c51fe3c8cdafb5edc3550dbc1dc21bb907d4a07973224' - 'SKIP') + 'SKIP' + '6042a1f468b5a9969f74069b19e643746bbec739cd28d066c3c3b7d96260e43e') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker pkgrel=1 -pkgrel+=.nonsystemd1 +pkgrel+=.nonsystemd2 arch=('any') makedepends=(ruby-ronn) checkdepends=(sh-roundup git expac tokyocabinet) @@ -24,8 +26,7 @@ build() { cd "$srcdir/$pkgbase-$pkgver" # Use chroot-nspawn instead of systemd-nspawn - sed -e 's/systemd-nspawn/chroot-nspawn/g' \ - -i src/chroot-tools/arch-nspawn.in + patch -p1 -i ../Remove-systemd-support.patch make } @@ -54,7 +55,7 @@ package_libretools() { make # `librefetch` openssh # `librerelease` rsync # `librerelease` and `makechrootpkg.sh` - chroot-nspawn # systemd-nspawn + chroot-nspawn # chroot-nspawn tokyocabinet # `toru` #namcap # Namcap is currently dissabled in libremakepkg :-( #subversion # `diff-unfree` # ignore because of xbs |