summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fa05150f09b..a9e36f3d54e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fotoxx
pkgdesc = A program for improving image files made with a digital camera
pkgver = 18.01.4
- pkgrel = 2
+ pkgrel = 3
url = http://www.kornelix.net/fotoxx/fotoxx.html
arch = i686
arch = x86_64
@@ -11,7 +11,6 @@ pkgbase = fotoxx
depends = libchamplain
depends = perl-image-exiftool>=0.8.6
depends = xdg-utils
- optdepends = mashup: for composing pages to print from within fotoxx
optdepends = rawtherapee: for raw image processing
optdepends = dvd+rw-tools: for burning CDs,DVDs or BlueRays
optdepends = hugin: for panorama photos
diff --git a/PKGBUILD b/PKGBUILD
index 140a627d3d8c..84a452cb83ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=fotoxx
pkgver=18.01.4
-pkgrel=2
+pkgrel=3
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=('libraw' 'gtk3' 'libchamplain' 'perl-image-exiftool>=0.8.6' 'xdg-utils')
-optdepends=('mashup: for composing pages to print from within fotoxx'
- 'rawtherapee: for raw image processing'
+optdepends=('rawtherapee: for raw image processing'
'dvd+rw-tools: for burning CDs,DVDs or BlueRays'
'hugin: for panorama photos')
source=("http://www.kornelix.net/downloads/tarballs/$pkgname-$pkgver.tar.gz")