summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWhizSid2019-10-19 01:18:43 +0530
committerWhizSid2019-10-19 01:18:43 +0530
commit26b4a50678e305b05d509e93a42e6cfe67d0c46b (patch)
tree04723ef500bd3e816c291ef7097dca40b033008a
parentcb07bac704f80b7ccad943465cf2f8dee8196166 (diff)
downloadaur-26b4a50678e305b05d509e93a42e6cfe67d0c46b.tar.gz
Version up
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36219b00da86..82d48e76c2ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osm-to-sql
pkgdesc = A tool to convert open street map XML data to SQL files.
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/whizsid/osm-to-sql
arch = i686
@@ -10,7 +10,7 @@ pkgbase = osm-to-sql
license = MIT
makedepends = rust
makedepends = cargo
- 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
pkgname = osm-to-sql
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() {