summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWhizSid2019-10-19 01:18:43 +0530
committerWhizSid2019-10-19 01:18:43 +0530
commit26b4a50678e305b05d509e93a42e6cfe67d0c46b (patch)
tree04723ef500bd3e816c291ef7097dca40b033008a /PKGBUILD
parentcb07bac704f80b7ccad943465cf2f8dee8196166 (diff)
downloadaur-26b4a50678e305b05d509e93a42e6cfe67d0c46b.tar.gz
Version up
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33c4f490b9f5..ca3e05e8dd2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: WhizSid <whizsid@aol.com>
pkgname=osm-to-sql
-pkgver=0.1.1
+pkgver=0.1.2
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#branch=master')
+source=('osm-to-sql::git+https://github.com/whizsid/osm-to-sql#tag=0.1.2')
md5sums=('SKIP')
build() {