diff options
Diffstat (limited to 'community/rawstudio/PKGBUILD')
-rw-r--r-- | community/rawstudio/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rawstudio/PKGBUILD b/community/rawstudio/PKGBUILD index ac33e7d99..4a2bfb58d 100644 --- a/community/rawstudio/PKGBUILD +++ b/community/rawstudio/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 44889 2011-04-12 12:28:53Z spupykin $ +# $Id: PKGBUILD 46083 2011-05-03 10:24:47Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Roman Kyrylych <roman@archlinux.org> @@ -6,13 +6,13 @@ pkgname=rawstudio pkgver=2.0 -pkgrel=1 +pkgrel=2 pkgdesc="An open source raw-image converter written in GTK+" arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://rawstudio.org/" depends=('exiv2' 'libgphoto2' 'flickcurl' 'libjpeg' 'fftw' 'gconf' 'lensfun' - 'raptor' 'lcms') + 'raptor1' 'lcms' 'gtk2') install=${pkgname}.install options=('!libtool') source=(http://rawstudio.org/files/release/${pkgname}-${pkgver}.tar.gz) |