summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 780037530f63..aa1794c200b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = fotoxx
pkgdesc = A program for improving image files made with a digital camera
pkgver = 16.07
- pkgrel = 1
+ pkgrel = 2
url = http://www.kornelix.net/fotoxx/fotoxx.html
arch = i686
arch = x86_64
license = GPL3
makedepends = xdg-utils
- depends = dcraw
+ depends = libraw
depends = gtk3
depends = libchamplain
depends = perl-image-exiftool>=0.8.6
- depends = desktop-file-utils
optdepends = mashup: for composing pages to print from within fotoxx
optdepends = brasero: for burning
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index 86ce4e2254de..54eb3e94fcbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=fotoxx
pkgver=16.07
-pkgrel=1
+pkgrel=2
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' 'libchamplain' 'perl-image-exiftool>=0.8.6' 'desktop-file-utils')
+depends=('libraw' 'gtk3' 'libchamplain' 'perl-image-exiftool>=0.8.6')
makedepends=('xdg-utils')
optdepends=('mashup: for composing pages to print from within fotoxx'
'brasero: for burning')