summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2016-11-15 12:27:48 -0800
committerDonald Carr2016-11-15 12:27:48 -0800
commitd99cef5b994429be784f515da10a6214e7e649c4 (patch)
tree8d8dc49bb3d00801ca298a2cf244782f2f99104c
parent6115124e4c22cdaf342a03cac662356c26bea84c (diff)
downloadaur-d99cef5b994429be784f515da10a6214e7e649c4.tar.gz
Update qcec to 0.2
Change-Id: I933ce37b9261bb22b76047e4ae9aebc93c0fba8a
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9381a0881e9..e171748025e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 13 05:15:32 UTC 2016
+# Tue Nov 15 20:27:43 UTC 2016
pkgbase = qcec
pkgdesc = Qt CEC keyboard plugin for the Raspberry Pi
- pkgver = 0.1
+ pkgver = 0.2
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.1
+ source = git://github.com/sirspudd/qcec.git#tag=0.2
sha256sums = SKIP
pkgname = qcec
diff --git a/PKGBUILD b/PKGBUILD
index ddb6688a04cb..8ba395fbe394 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ if [[ -n "$_piver" ]]; then
fi
pkgname="qcec"
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="Qt CEC keyboard plugin for the Raspberry Pi"
arch=("any")