summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {