[arch-commits] Commit in sl/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 17:40:41
  Author: felixonmars
Revision: 659833

upgpkg: sl 5.02-6: reproducibility rebuild

Modified:
  sl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 17:40:38 UTC (rev 659832)
+++ PKGBUILD2020-07-07 17:40:41 UTC (rev 659833)
@@ -4,7 +4,7 @@
 
 pkgname=sl
 pkgver=5.02
-pkgrel=5
+pkgrel=6
 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;


[arch-commits] Commit in sl/trunk (PKGBUILD)

2018-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 02:18:07
  Author: felixonmars
Revision: 333858

upgpkg: sl 5.02-5

BUILDINFO Rebuild

Modified:
  sl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 02:17:58 UTC (rev 333857)
+++ PKGBUILD2018-05-31 02:18:07 UTC (rev 333858)
@@ -5,7 +5,7 @@
 
 pkgname=sl
 pkgver=5.02
-pkgrel=4
+pkgrel=5
 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;
@@ -12,7 +12,7 @@
 license=('custom')
 depends=('ncurses')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mtoyoda/sl/archive/$pkgver.tar.gz;)
-md5sums=('5d5fe203eb19598821647ba8db5dde6c')
+sha512sums=('a4d18bc79d7e0eca7748b10226a6b2a85a7a01d636e4e9215bf524a7849bc5cb250034326e5a69f7423d79e40b92182fddc0e56e25df616edae06369c782cb26')
 
 build() {
cd "$srcdir/sl-$pkgver"


[arch-commits] Commit in sl/trunk (PKGBUILD)

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:21:23
  Author: foutrelis
Revision: 139357

ncurses 6.0 rebuild.

Modified:
  sl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 20:21:01 UTC (rev 139356)
+++ PKGBUILD2015-09-06 20:21:23 UTC (rev 139357)
@@ -5,7 +5,7 @@
 
 pkgname=sl
 pkgver=5.02
-pkgrel=3
+pkgrel=4
 pkgdesc='Steam Locomotive runs across your terminal when you type "sl" as you 
meant to type "ls".'
 arch=('i686' 'x86_64')
 url="http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html;


[arch-commits] Commit in sl/trunk (PKGBUILD)

2014-10-17 Thread Eric BĂ©langer
Date: Friday, October 17, 2014 @ 19:06:45
  Author: eric
Revision: 120914

Remove invalid arch

Modified:
  sl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 17:01:22 UTC (rev 120913)
+++ PKGBUILD2014-10-17 17:06:45 UTC (rev 120914)
@@ -7,7 +7,7 @@
 pkgver=5.02
 pkgrel=3
 pkgdesc='Steam Locomotive runs across your terminal when you type sl as you 
meant to type ls.'
-arch=('i686' 'x86_64' 'arm')
+arch=('i686' 'x86_64')
 url=http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html;
 license=('custom')
 depends=('ncurses')