summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3720968267a4..2a493bcfe7ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libqmlbind
pkgdesc = libqmlbind is a C library for creating QML bindings.
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/seanchas116/libqmlbind
arch = i686
@@ -10,7 +10,7 @@ pkgbase = libqmlbind
depends = qt5-base
depends = qt5-declarative
options = !emptydirs
- source = libqmlbind::git+https://github.com/seanchas116/libqmlbind#tag=v0.1.0
+ source = libqmlbind::git+https://github.com/seanchas116/libqmlbind#tag=v0.2.0
sha256sums = SKIP
pkgname = libqmlbind
diff --git a/PKGBUILD b/PKGBUILD
index 8e7b66591afc..41a60c405c06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libqmlbind
pkgname=$_pkgname
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc="libqmlbind is a C library for creating QML bindings."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('qt5-base' 'qt5-declarative')
makedepends=('git')
options=('!emptydirs')
-source=("$_pkgname::git+https://github.com/seanchas116/libqmlbind#tag=v0.1.0")
+source=("$_pkgname::git+https://github.com/seanchas116/libqmlbind#tag=v$pkgver")
sha256sums=('SKIP')
prepare() {