diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-03-06 04:45:27 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-03-06 04:59:03 +0100 |
commit | d1457b48b03828f75d0a4891bfc3d66760b4230a (patch) | |
tree | 46a84f2e6a22c9ac072cf9665fbc7bf988773f5d /nonsystemd/libretools | |
parent | 286477559a5d2fb9ca8225745079cd9777927493 (diff) | |
download | abslibre-d1457b48b03828f75d0a4891bfc3d66760b4230a.tar.gz abslibre-d1457b48b03828f75d0a4891bfc3d66760b4230a.tar.bz2 abslibre-d1457b48b03828f75d0a4891bfc3d66760b4230a.zip |
nonsystemd/libretools: reduce the diff with libre/libretools
This shound't result in any functional changes.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'nonsystemd/libretools')
-rw-r--r-- | nonsystemd/libretools/PKGBUILD | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/nonsystemd/libretools/PKGBUILD b/nonsystemd/libretools/PKGBUILD index f83036ac7..461d69eff 100644 --- a/nonsystemd/libretools/PKGBUILD +++ b/nonsystemd/libretools/PKGBUILD @@ -1,16 +1,23 @@ -# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> +# Maintainer: Luke Shumaker <lukeshu@parabola.nu> # Contributor: Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com> # Contributor: fauno <fauno@kiwwwi.com.ar> # Contributor: Márcio Silva <coadde@hyperbola.info> pkgname=libretools -pkgver=20181004 -pkgrel=6.1 -pkgrel+=.nonsystemd1 pkgdesc="Programs for Parabola development" -arch=('any') url="https://git.parabola.nu/packages/libretools.git/" license=('GPL3' 'GPL2') + +pkgver=20181004 +source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig} + Remove-systemd-support.patch + 0002-libremakepkg-pacman_5_2.patch) +sha256sums=('2bdefd1803ba3e6cbd1eb955fad3de9ce8a4abfd23a0bd96a60772762df7b53b' + 'SKIP' + '4257e7c5383df8c322d79f8e601893f71eeccbd1b9ceac76c8ebbc90fb609875' + '8986adf14a81b979b2ff4c4e3e76483115c146782e4ba30640649299f98355df') +validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker + backup=(etc/libretools.conf etc/libretools.d/chroot.conf etc/libretools.d/libredbdiff.conf @@ -36,6 +43,9 @@ depends=( wget # `aur`, optdepend for librelib:`blacklist` ) optdepends=('qemu-user-static-binfmt: To build ARM packages from x86') +pkgrel=6.1 +pkgrel+=.nonsystemd1 +arch=('any') makedepends=(ruby-ronn) checkdepends=( bash-bats git @@ -45,14 +55,6 @@ checkdepends=( rsync tokyocabinet ) -source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig} - Remove-systemd-support.patch - 0002-libremakepkg-pacman_5_2.patch) -sha256sums=('2bdefd1803ba3e6cbd1eb955fad3de9ce8a4abfd23a0bd96a60772762df7b53b' - 'SKIP' - '4257e7c5383df8c322d79f8e601893f71eeccbd1b9ceac76c8ebbc90fb609875' - '8986adf14a81b979b2ff4c4e3e76483115c146782e4ba30640649299f98355df') -validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker prepare() { cd "$srcdir/$pkgbase-$pkgver" |