summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPoan Yang2017-12-25 18:09:02 +0800
committerPoan Yang2017-12-25 18:09:02 +0800
commit1ba7c02159ef4e8462c058128db62d29bb9573aa (patch)
tree640ef727c38a4bdd55dfce43c6b6229dd467d2ad
parent073f4c0d80abb5eee5b6111183c1d029f3b84e86 (diff)
downloadaur-1ba7c02159ef4e8462c058128db62d29bb9573aa.tar.gz
fix PKGBUILD BUG
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ea48a6f911b..40a448208c4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Po-An,Yang(Antonio) <yanganto@gmail.com>
pkgname=giseditor
pkgver=0.25
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="A gis editor for .gpx .gdb and download maps source"
arch=('any')
url="https://github.com/dayanuyim/GisEditor"
license=()
groups=()
-depends=('gpsbabel', 'python-pmw', 'python-pillow', 'ttf-arphic-ukai')
+depends=('gpsbabel' 'python-pmw' 'python-pillow' 'ttf-arphic-ukai')
makedepends=()
checkdepends=()
optdepends=()