summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbernhard2016-07-31 20:43:47 +0200
committerbernhard2016-07-31 20:43:47 +0200
commite6db6dc35b301334d46a38c6c173ce6badeeeba9 (patch)
treef3056057b15dcaf616d061fcf299b6143f9c3ed7
parentec3ec7143a441578ab21bb1d2a2eb4a256eb428c (diff)
downloadaur-e6db6dc35b301334d46a38c6c173ce6badeeeba9.tar.gz
add missing dependency to libxslt
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5775c82ff4a9..ffe3a08b9080 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
_pkgname=gpscorrelate
pkgname=gpscorrelate-git
pkgver=r68.365f6e1
-pkgrel=1
+pkgrel=2
pkgdesc='GPS Photo Correlation; Writes location data to EXIF tags using GPX files (command line and GTK interface).'
url='https://github.com/freefoote/gpscorrelate'
license=('GPL')
source=('git+https://github.com/freefoote/gpscorrelate')
sha256sums=('SKIP')
arch=('any')
-depends=('libxml2' 'gtk2' 'exiv2')
+depends=('libxml2' 'gtk2' 'exiv2' 'libxslt')
makedepends=('git')
pkgver() {