diff options
author | root <root@rshg054.dnsready.net> | 2011-08-07 23:14:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-07 23:14:33 +0000 |
commit | 0f9e4ba23bb6296d8bb8010f70d868fd08db9c54 (patch) | |
tree | ddd4394d1c62e9831f05238ff56a70da01f6c5c0 /community/fotoxx | |
parent | 7f2d7bd11daf0c654d4147cb91f9913bc587c276 (diff) |
Sun Aug 7 23:14:33 UTC 2011
Diffstat (limited to 'community/fotoxx')
-rw-r--r-- | community/fotoxx/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/fotoxx/PKGBUILD b/community/fotoxx/PKGBUILD index 3dde2b70e..116ebfe93 100644 --- a/community/fotoxx/PKGBUILD +++ b/community/fotoxx/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=fotoxx -pkgver=11.08 +pkgver=11.08.1 pkgrel=1 pkgdesc="A program for improving image files made with a digital camera" url="http://kornelix.squarespace.com/fotoxx" @@ -9,8 +9,8 @@ license=('GPL3') depends=('gimp-ufraw' 'perl-exiftool' 'xdg-utils' 'desktop-file-utils') optdepends=('mashup: for composing pages to print from within fotoxx' 'brasero: for burning') source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz") -md5sums=('928368cfa250f6aab60c9a92aa27fefa') install=fotoxx.install +md5sums=('95aab93caf87dc24e5e6dd9abef2bc73') build() { cd $srcdir/$pkgname-$pkgver |