summaryrefslogtreecommitdiff
path: root/community/flam3
diff options
context:
space:
mode:
Diffstat (limited to 'community/flam3')
-rw-r--r--community/flam3/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/flam3/PKGBUILD b/community/flam3/PKGBUILD
index 2dc0711ea..9a6d063a6 100644
--- a/community/flam3/PKGBUILD
+++ b/community/flam3/PKGBUILD
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD 90023 2013-05-06 19:36:52Z foutrelis $
+# $Id: PKGBUILD 99213 2013-10-25 20:22:05Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=flam3
pkgver=3.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="Tools to create/display fractal flames: algorithmically generated images and animations"
arch=('i686' 'x86_64')
url="http://flam3.com/"
license=('GPL3')
depends=('libjpeg' 'libpng' 'libxml2')
-options=('!libtool')
source=(http://flam3.googlecode.com/files/${pkgname}-${pkgver}.tar.gz flam3-3.0.1-libpng15.patch)
sha1sums=('8814515f2e49e034e47cf97e9d2c0e932844abb9'
'17ece6cc00899e5135dad2bc79f97dfbd73107a6')
prepare() {
cd ${pkgname}-${pkgver}/src
- patch -p1 -i ../../flam3-3.0.1-libpng15.patch
+ patch -p1 -i "${srcdir}/flam3-3.0.1-libpng15.patch"
}
build() {