summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralexdiaconescu2016-04-16 13:08:55 +0300
committeralexdiaconescu2016-04-16 13:08:55 +0300
commitfaadb057ba6ea8c9099b04574dbc837240c758c4 (patch)
treee0267d020c2b2446fa57e17189d616d25f675040 /PKGBUILD
parentc961673cf789b2c519df08a98f854673300f293e (diff)
downloadaur-faadb057ba6ea8c9099b04574dbc837240c758c4.tar.gz
Update depends array
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1677045e4c3f..4da98fcf0e06 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Maintainer: Joermungand <joermungand at gmail dot com>
pkgname=photoflow
pkgver=0.2.6.r0.g2c380bd
-pkgrel=1
+pkgrel=2
pkgdesc="Non-destructive, layer-based photo retouching including RAW image development"
arch=('i686' 'x86_64')
url="http://aferrero2707.github.io/PhotoFlow"
license=('GPL3')
-depends=('libgexiv2' 'vips' 'lensfun' 'gtkmm')
+depends=('libgexiv2' 'vips' 'gtkmm' 'pugixml')
makedepends=('git' 'gobject-introspection' 'cmake')
provides=('photoflow')
conflicts=('photoflow')