summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebbc7a0a74a6..a9381a0881e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Mar 2 00:24:20 UTC 2016
+# Tue Sep 13 05:15:32 UTC 2016
pkgbase = qcec
pkgdesc = Qt CEC keyboard plugin for the Raspberry Pi
- pkgver = 0.0.1
+ pkgver = 0.1
pkgrel = 1
url = http://www.github.com/sirspudd/qcec
arch = any
license = GPL3
makedepends = qt-sdk-raspberry-pi
depends = qt-sdk-raspberry-pi-target-libs
- provides = qcec
- conflicts = qcec
- replaces = qcec
options = !strip
- source = git://github.com/sirspudd/qcec.git
+ source = git://github.com/sirspudd/qcec.git#tag=0.1
sha256sums = SKIP
pkgname = qcec
diff --git a/PKGBUILD b/PKGBUILD
index 86ac264cbc2f..ddb6688a04cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Contributer: Donald Carr <sirspudd@gmail.com>
+# Maintainer: Donald Carr <sirspudd at gmail dot com>
set -e
@@ -16,8 +16,6 @@ fi
pkgname="qcec"
pkgver=0.1
pkgrel=1
-provides=("$pkgname")
-conflicts=("$pkgname")
pkgdesc="Qt CEC keyboard plugin for the Raspberry Pi"
arch=("any")
url="http://www.github.com/sirspudd/qcec"