From 4a0973a3a81674d454f66ca8d41c9aa83001806b Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 12 Aug 2014 15:07:17 +0200 Subject: Reformated all PKGBUILDs --- .SRCINFO | 5 ++--- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index bc01aed..978eb9b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 13:48:41 UTC 2015 +# Mon Jun 1 13:48:42 UTC 2015 pkgbase = clean pkgdesc = A pure and lazy function programming language pkgver = 2.4 @@ -9,8 +9,7 @@ pkgbase = clean arch = x86_64 arch = i686 license = LGPL - source = clean.install - source = http://clean.cs.ru.nl/download/Clean24/linux/clean2.4_64.tar.gz + source = http://clean.cs.ru.nl/download/Clean24/linux/clean2.4.tar.gz md5sums = 7fb1ec59242df939bb3b6aea6e4650c6 md5sums = bb7adb884c2c3fafb0465d8ca2a26d09 diff --git a/PKGBUILD b/PKGBUILD index 752e248..2c1a1d0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,6 +9,7 @@ arch=('x86_64' 'i686') license=('LGPL') install=clean.install +source=("http://clean.cs.ru.nl/download/Clean${_ver}/linux/clean${pkgver}${_suffix}.tar.gz") md5sums=('7fb1ec59242df939bb3b6aea6e4650c6') if [[ "$CARCH" = "x86_64" ]]; then @@ -17,7 +18,6 @@ if [[ "$CARCH" = "x86_64" ]]; then else md5sums+=('c60ac576f0afb57a5f51091abde0107c') fi -source=('clean.install' "http://clean.cs.ru.nl/download/Clean${_ver}/linux/clean${pkgver}${_suffix}.tar.gz") prepare() { cd clean/bin -- cgit v1.2.3-54-g00ecf