summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")