summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjose17112019-02-18 22:09:49 +0100
committerjose17112019-02-18 22:09:49 +0100
commit0c9470ff8bb26e35025391317b87891320644c1f (patch)
tree7353f64b01b40bd268fb4409600ff0103ce15091 /PKGBUILD
parent6886632249e5f4ac2f3de66989b0538f98cd1ebd (diff)
downloadaur-gpx2png-git.tar.gz
Add makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b40d5e339d97..aa5e71c89797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=gpx2png-git
_pkgname=gpx2png
pkgver=r16.cca8b29
-pkgrel=1
+pkgrel=2
pkgdesc="Perl script that turns GPX file(s) into image with a background map"
arch=('any')
url="https://wiki.openstreetmap.org/wiki/Gpx2png"
license=('GPL3')
depends=('perl-libwww' 'imagemagick')
+makedepends=('git')
conflicts=('gpx2png')
source=("${_pkgname}"::'git+https://github.com/joubu/gpx2png.git')
md5sums=('SKIP')