summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnwallaby2019-03-18 14:04:52 +0100
committerjohnwallaby2019-03-18 14:04:52 +0100
commit10593a1c653fb0f9e5a0ed7ff3967967bb23fc13 (patch)
treecbf441ed2725ae1d0f123d2b432e6ebada29c53f
parentedc996147b2a3ece889722b1d326a800fa55211a (diff)
downloadaur-10593a1c653fb0f9e5a0ed7ff3967967bb23fc13.tar.gz
mv libxslt to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 723cde16dfb0..14a5fce8950d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gpscorrelate-git
pkgdesc = GPS Photo Correlation; Writes location data to EXIF tags using GPX files (command line and GTK interface).
pkgver = r149.a6bc064
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/freefoote/gpscorrelate
arch = any
license = GPL
makedepends = git
+ makedepends = libxslt
depends = libxml2
depends = gtk2
depends = exiv2
- depends = libxslt
source = git+https://github.com/dfandrich/gpscorrelate
sha256sums = SKIP
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}"