summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korotkiy2019-10-08 12:30:53 +0300
committerNikolay Korotkiy2019-10-08 12:30:53 +0300
commit5edd8a1a3d6ed9bd7bc0b5a0a42db67b5be2d37e (patch)
treec2a937c902f8c449091fafdbc50e18c059a158f3
parent9bf4c818e98f9f026a32071e617f1045dfad9c32 (diff)
downloadaur-5edd8a1a3d6ed9bd7bc0b5a0a42db67b5be2d37e.tar.gz
GTK 3 is used by default
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3076827e247b..7cbe0b0e46dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.1.3
-# Tue May 7 06:51:29 UTC 2019
+# Tue Oct 8 09:24:32 UTC 2019
pkgbase = gpscorrelate-git
pkgdesc = GPS Photo Correlation; Writes location data to EXIF tags using GPX files (command line and GTK interface).
- pkgver = r159.c0ce55b
+ pkgver = r175.f6401ff
pkgrel = 1
url = https://dfandrich.github.io/gpscorrelate/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = gpscorrelate-git
depends = libxml2
depends = gtk3
depends = exiv2
- provides = gpscorrelate=r159.c0ce55b
+ provides = gpscorrelate=r175.f6401ff
conflicts = gpscorrelate
source = gpscorrelate-master::git://github.com/dfandrich/gpscorrelate.git#branch=master
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 209c28aaa107..7b686e806f37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _orgname=dfandrich
_pkgname=gpscorrelate
_branch=master
pkgname=${_pkgname}-git
-pkgver=r159.c0ce55b
+pkgver=r175.f6401ff
pkgrel=1
pkgdesc='GPS Photo Correlation; Writes location data to EXIF tags using GPX files (command line and GTK interface).'
arch=('x86_64')
@@ -28,7 +28,7 @@ pkgver() {
build() {
cd ${_pkgname}-${_branch}
- make prefix=/usr CFLAGS=-DENABLE_NLS GTK=3
+ make prefix=/usr CFLAGS=-DENABLE_NLS
}
check() {