summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWhizSid2020-07-16 01:44:36 +0530
committerWhizSid2020-07-16 01:44:36 +0530
commit9497b09d9e96338a7ffd9ea434e3b19f3de7b5c1 (patch)
tree9a84dafdcf88112cc337089769f0633448752167 /PKGBUILD
parent26b4a50678e305b05d509e93a42e6cfe67d0c46b (diff)
downloadaur-9497b09d9e96338a7ffd9ea434e3b19f3de7b5c1.tar.gz
Version 3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca3e05e8dd2a..c76d490d9604 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: WhizSid <whizsid@aol.com>
pkgname=osm-to-sql
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="A tool to convert open street map XML data to SQL files."
url="https://github.com/whizsid/osm-to-sql"
license=('MIT')
-source=('osm-to-sql::git+https://github.com/whizsid/osm-to-sql#tag=0.1.2')
+source=('osm-to-sql::git+https://github.com/whizsid/osm-to-sql#tag=0.1.3')
md5sums=('SKIP')
build() {