diff options
Diffstat (limited to 'community/fotoxx/PKGBUILD')
-rw-r--r-- | community/fotoxx/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fotoxx/PKGBUILD b/community/fotoxx/PKGBUILD index f40c46181..43596796b 100644 --- a/community/fotoxx/PKGBUILD +++ b/community/fotoxx/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 59840 2011-12-01 01:26:04Z ebelanger $ +# $Id: PKGBUILD 60004 2011-12-03 05:50:16Z ebelanger $ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=fotoxx -pkgver=11.12 +pkgver=11.12.1 pkgrel=1 pkgdesc="A program for improving image files made with a digital camera" url="http://kornelix.squarespace.com/fotoxx" @@ -12,7 +12,7 @@ depends=('gimp-ufraw' 'perl-exiftool' 'xdg-utils') optdepends=('mashup: for composing pages to print from within fotoxx' 'brasero: for burning') install=fotoxx.install source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz") -md5sums=('3734fc182c9002f45c664f7b0e42314d') +sha1sums=('e9f6d58a56020e0548163c4b42687d8a23591c18') build() { cd "$srcdir/$pkgname-$pkgver" |