diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-12 15:07:17 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:02:21 +0200 |
commit | 4a0973a3a81674d454f66ca8d41c9aa83001806b (patch) | |
tree | 5448280c89ad20fa99a213ebf99c087a2b2a23b9 /PKGBUILD | |
parent | e37be5d27854894425900e2c3e28f2ac6ec83489 (diff) | |
download | pkgbuilds-4a0973a3a81674d454f66ca8d41c9aa83001806b.tar.xz |
Reformated all PKGBUILDsclean
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |