summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-04-20 19:36:38 +0200
committerStefan Husmann2016-04-20 19:36:38 +0200
commit5a4448a814325f8793a4083b80882ed7079dfbdf (patch)
tree4dca3e20ebedcd07c97451b412be7213990ded76 /PKGBUILD
parent94a45baf2c70410dff89c817b97c2ce85e20698f (diff)
downloadaur-5a4448a814325f8793a4083b80882ed7079dfbdf.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86b9a6d52a5a..9e2da0b513cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=fotoxx
-pkgver=16.04.1
+pkgver=16.05.1
pkgrel=1
pkgdesc="A program for improving image files made with a digital camera"
url="http://www.kornelix.net/fotoxx/fotoxx.html"
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('dcraw' 'gtk3' 'perl-image-exiftool>=0.8.6')
+depends=('dcraw' 'gtk3' 'libchamplain' 'perl-image-exiftool>=0.8.6' 'desktop-file-utils')
makedepends=('xdg-utils')
optdepends=('mashup: for composing pages to print from within fotoxx'
'brasero: for burning')
source=("http://www.kornelix.net/downloads/tarballs/$pkgname-$pkgver.tar.gz")
-md5sums=('1e25cc733c24452c7fcc4469562d6a4a')
+md5sums=('b4d96b228099d74241dc3337c32f4ff9')
install=fotoxx.install
+options=('!makeflags')
prepare() {
cd $pkgname-$pkgver