diff options
Diffstat (limited to 'community/rawtherapee/PKGBUILD')
-rw-r--r-- | community/rawtherapee/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/community/rawtherapee/PKGBUILD b/community/rawtherapee/PKGBUILD index 54e0a876c..2c39d7c01 100644 --- a/community/rawtherapee/PKGBUILD +++ b/community/rawtherapee/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 92590 2013-06-09 15:08:48Z stativ $ +# $Id: PKGBUILD 103786 2014-01-11 19:56:49Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com> # Contributor: Bogdan Szczurek <thebodzio(at)gmail.com> # Contributor: Vaclav Kramar <vaclav.kramar@tiscali.cz> # Contributor: Archie <mymaud@gmail.com> pkgname=rawtherapee -pkgver=4.0.11 +pkgver=4.0.12 pkgrel=1 epoch=1 pkgdesc="RAW photo editor" @@ -13,10 +13,13 @@ arch=('i686' 'x86_64' 'mips64el') url="http://www.rawtherapee.com/" license=('GPL3') depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 'desktop-file-utils' 'hicolor-icon-theme') -makedepends=('cmake') +makedepends=('cmake' 'mercurial') +#makedepends=('cmake') install=rawtherapee.install -source=("http://rawtherapee.googlecode.com/files/rawtherapee-$pkgver.tar.xz") -md5sums=('d30a54e6446326d8299c06ec76c281d8') +source=("rawtherapee-$pkgver::hg+https://code.google.com/p/rawtherapee/#tag=$pkgver") +md5sums=('SKIP') +#source=("http://rawtherapee.googlecode.com/files/rawtherapee-$pkgver.tar.xz") +#md5sums=('d30a54e6446326d8299c06ec76c281d8') build() { mkdir "$srcdir/$pkgname-build" |