summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-07-01 12:34:38 +0200
committerhaawda2022-07-01 12:34:38 +0200
commitb651fd123474982777042d74aa4ad19ae5e67153 (patch)
treeb9f2f09d96135d66a5b15b2a318953a62e0c9699
parentd729c9df2e1cff4de851eb8437dd3094514c38f9 (diff)
downloadaur-b651fd123474982777042d74aa4ad19ae5e67153.tar.gz
add new optdependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0809db08daa6..af1ede9a2d19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fotoxx
pkgdesc = A program for improving image files made with a digital camera, stable version
pkgver = 22.20
- pkgrel = 1
+ pkgrel = 2
url = http://www.kornelix.net/fotoxx/fotoxx.html
arch = i686
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = fotoxx
optdepends = dvd+rw-tools: for burning CDs,DVDs or BlueRays
optdepends = hugin: for panorama photos
optdepends = darktable: organize and develop raw images
+ optdepends = ghostscript: handle .pdf, .ps or eps-files
source = http://www.kornelix.net/downloads/downloads/fotoxx-22.20.tar.gz
sha256sums = 2fbba361e3ef88cc4cdf4b74751765a74ddf7891cc976bb8dae6794fdce2033f
diff --git a/PKGBUILD b/PKGBUILD
index 05f3ef092e46..b4f40e5f505d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fotoxx
pkgver=22.20
-pkgrel=1
+pkgrel=2
pkgdesc="A program for improving image files made with a digital camera, stable version"
url="http://www.kornelix.net/fotoxx/fotoxx.html"
arch=('i686' 'x86_64')
@@ -11,7 +11,8 @@ depends=('dcraw' 'gtk3' 'libchamplain' 'perl-image-exiftool>=0.8.6' 'xdg-utils')
optdepends=('rawtherapee: for raw image processing'
'dvd+rw-tools: for burning CDs,DVDs or BlueRays'
'hugin: for panorama photos'
- 'darktable: organize and develop raw images')
+ 'darktable: organize and develop raw images'
+ 'ghostscript: handle .pdf, .ps or eps-files')
source=("http://www.kornelix.net/downloads/downloads/$pkgname-$pkgver.tar.gz")
sha256sums=('2fbba361e3ef88cc4cdf4b74751765a74ddf7891cc976bb8dae6794fdce2033f')