summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJason Gardner2019-03-13 13:45:07 -0500
committerJason Gardner2019-03-13 13:45:07 -0500
commitbdf92f3084b36e593cfa9fc35a9992fd1a4a69a4 (patch)
tree44a63b43077b9af5338e25116391123f3efa6f52 /PKGBUILD
parent04b7824d489c8b2b68ce1821282f5e09a1b3a9db (diff)
downloadaur-ale.tar.gz
fix source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f9cbbf3c9d6..86b5870847ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,21 @@
pkgname=ale
pkgver=0.9.0.3
-pkgrel=3
+pkgrel=4
pkgdesc="Anti-Lamenessing Engine - image enhancement tools"
url="http://repo.or.cz/w/Ale.git"
license=('GPL')
arch=('i686' 'x86_64')
depends=('perl-exiftool' 'imagemagick' 'dcraw')
-source=('https://dl.dropboxusercontent.com/u/51889968/ale-0.9.0.3.tar.gz')
+source=('https://src.fedoraproject.org/lookaside/pkgs/ale/ale-0.9.0.3.tar.gz/ace3d9874577085112adbf409f27b069/ale-0.9.0.3.tar.gz')
md5sums=('ace3d9874577085112adbf409f27b069')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
sed -i 's/!defined @ARGV || //' ale
- ./configure
+ ./configure
make || return 1
}