Date: Thursday, February 3, 2022 @ 04:27:51 Author: ainola Revision: 1124054
Switch source to eyJhb/sl fork This fork provides a pile of improvement patches, including SIGINT. Modified: sl/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-03 04:16:30 UTC (rev 1124053) +++ PKGBUILD 2022-02-03 04:27:51 UTC (rev 1124054) @@ -1,17 +1,20 @@ # Maintainer: Felix Yan <[email protected]> +# Maintainer: Brett Cornwall <[email protected]> # Contributor: Jakub Luzny <[email protected]> # Contributor: SanskritFritz (gmail) pkgname=sl -pkgver=5.02 -pkgrel=6 -pkgdesc='Steam Locomotive runs across your terminal when you type "sl" as you meant to type "ls".' +pkgver=5.05 +pkgrel=1 +pkgdesc='Steam Locomotive runs across your terminal when you type "sl" as you meant to type "ls"' arch=('x86_64') -url="http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html" +# The original project: https://github.com/mtoyoda/sl +# We use a slightly-less dead fork that contains useful patches, such as SIGINT support +url="https://github.com/eyJhb/sl" license=('custom') depends=('ncurses') -source=("$pkgname-$pkgver.tar.gz::https://github.com/mtoyoda/sl/archive/$pkgver.tar.gz") -sha512sums=('a4d18bc79d7e0eca7748b10226a6b2a85a7a01d636e4e9215bf524a7849bc5cb250034326e5a69f7423d79e40b92182fddc0e56e25df616edae06369c782cb26') +source=("$pkgname-$pkgver.tar.gz::https://github.com/eyJhb/sl/archive/$pkgver.tar.gz") +sha512sums=('4a57737a60c90a1eec2210ce7c28db937b46a5c35006bd1b5ff43d20ef617a004c49c2b2897ebc0fb8c57b6687fe933b2c9834f5800fdc0bf9912e07542a3b30') build() { cd "$srcdir/sl-$pkgver" @@ -25,7 +28,7 @@ install -Dm 775 sl "$pkgdir/usr/bin/sl" install -Dm 644 sl.1.gz "$pkgdir/usr/share/man/man1/sl.1.gz" - install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } # vim:set ts=2 sw=2 et:
