summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2017-01-13 09:31:24 -0800
committerDonald Carr2017-01-13 09:31:36 -0800
commit6641a594948711d9e3748957e7f9c43bb90416ba (patch)
tree6c794a5da49780c731dcb80beb652f20c9b6bfb4
parentf5c25bb2911de707a03f2a95f69625f320fa2f3a (diff)
downloadaur-6641a594948711d9e3748957e7f9c43bb90416ba.tar.gz
Adjust versioning
Change-Id: Iae9b6a97bf064839d3808e094378881282353919
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e171748025e0..985c127ef38f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 15 20:27:43 UTC 2016
+# Fri Jan 13 17:31:34 UTC 2017
pkgbase = qcec
pkgdesc = Qt CEC keyboard plugin for the Raspberry Pi
- pkgver = 0.2
+ pkgver = 0.2.1
pkgrel = 1
url = http://www.github.com/sirspudd/qcec
arch = any
@@ -10,7 +10,7 @@ pkgbase = qcec
makedepends = qt-sdk-raspberry-pi
depends = qt-sdk-raspberry-pi-target-libs
options = !strip
- source = git://github.com/sirspudd/qcec.git#tag=0.2
+ source = git://github.com/sirspudd/qcec.git#tag=0.2.1
sha256sums = SKIP
pkgname = qcec
diff --git a/PKGBUILD b/PKGBUILD
index a52bf37b421d..0163fb844bef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ if [[ -n "$_piver" ]]; then
fi
pkgname="qcec"
-pkgver=0.2
+pkgver=0.2.1
pkgrel=1
pkgdesc="Qt CEC keyboard plugin for the Raspberry Pi"
arch=("any")