summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed2cd8a3f482..9fd62f95f4f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
_pkgname=gpscorrelate
pkgname=gpscorrelate-git
pkgver=r149.a6bc064
-pkgrel=2
+pkgrel=3
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/dfandrich/gpscorrelate')
sha256sums=('SKIP')
arch=('any')
-depends=('libxml2' 'gtk2' 'exiv2' 'libxslt')
-makedepends=('git')
+depends=('libxml2' 'gtk2' 'exiv2')
+makedepends=('git' 'libxslt')
pkgver() {
cd "${srcdir}/${_pkgname}"