summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7575084c40e..c9623336ff8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
-# Generated by makepkg 5.2.1
-# Sun Apr 26 01:05:49 UTC 2020
pkgbase = gpxtools-git
pkgdesc = A collection of command line tools for using GPX files
- pkgver = r43.f7d289a
+ pkgver = r58.3a3276e
pkgrel = 1
url = https://notabug.org/irdvo/gpxtools
arch = x86_64
license = GPL3
makedepends = cmake
makedepends = git
- provides = gpxtools=r43.f7d289a
+ depends = exiv2
+ provides = gpxtools=r58.3a3276e
conflicts = gpxtools
source = gpxtools-master::git+https://notabug.org/irdvo/gpxtools.git#branch=master
sha256sums = SKIP
pkgname = gpxtools-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 0d27a6031dda..0db655a08df1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,11 @@
-# Maintainer: Nikolay Korotkiy <sikmir@gmail.com>
+# Maintainer: Brian "Beej Jorgensen" Hall <beej@beej.us>
+# Contributor: Nikolay Korotkiy <sikmir@gmail.com>
+
_orgname=irdvo
_pkgname=gpxtools
_branch=master
pkgname=${_pkgname}-git
-pkgver=r43.f7d289a
+pkgver=r58.3a3276e
pkgrel=1
pkgdesc='A collection of command line tools for using GPX files'
arch=(x86_64)