aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-12 15:07:17 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:02:21 +0200
commit4a0973a3a81674d454f66ca8d41c9aa83001806b (patch)
tree5448280c89ad20fa99a213ebf99c087a2b2a23b9
parente37be5d27854894425900e2c3e28f2ac6ec83489 (diff)
downloadpkgbuilds-clean.tar.xz
Reformated all PKGBUILDsclean
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
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