summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikolay Korotkiy2019-10-08 12:30:53 +0300
committerNikolay Korotkiy2019-10-08 12:30:53 +0300
commit5edd8a1a3d6ed9bd7bc0b5a0a42db67b5be2d37e (patch)
treec2a937c902f8c449091fafdbc50e18c059a158f3 /PKGBUILD
parent9bf4c818e98f9f026a32071e617f1045dfad9c32 (diff)
downloadaur-5edd8a1a3d6ed9bd7bc0b5a0a42db67b5be2d37e.tar.gz
GTK 3 is used by default
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {