summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-09-08 18:12:31 +0200
committerChristopher Reimer2015-09-08 18:12:31 +0200
commitc9425894fdd23a49f427ee1a532aa0bb887f7cee (patch)
treeab5eed7d055e9675da577b178f45bc129c6d142e
parenta7c3127ba3d955bfc549c13d211e692fddbe7f57 (diff)
downloadaur-c9425894fdd23a49f427ee1a532aa0bb887f7cee.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/e9bb4aa59e54ce65b9d40d889b5b66959b2ee275)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56764da7660b..066df3da50bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vdr-duplicates
pkgdesc = displays the status of all available dvb devices
- pkgver = 0.0.6
+ pkgver = 0.1.0
pkgrel = 1
url = http://www.u32.de/vdr.html
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = vdr-duplicates
depends = gcc-libs
depends = vdr-api=2.2.0
backup = etc/vdr/conf.avail/50-duplicates.conf
- source = http://tolleri.net/vdr/plugins/vdr-duplicates-0.0.6.tgz
- md5sums = 76ba45b756712881bfd52b669fafb887
+ source = http://tolleri.net/vdr/plugins/vdr-duplicates-0.1.0.tgz
+ md5sums = a7bf122811c080f0a928dc7b9f9cd842
pkgname = vdr-duplicates
diff --git a/PKGBUILD b/PKGBUILD
index 675afeb4872b..47055ae4d621 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-duplicates
-pkgver=0.0.6
+pkgver=0.1.0
_vdrapi=2.2.0
pkgrel=1
pkgdesc="displays the status of all available dvb devices"
@@ -13,7 +13,7 @@ depends=('gcc-libs' "vdr-api=${_vdrapi}")
_plugname=${pkgname//vdr-/}
source=("http://tolleri.net/vdr/plugins/$pkgname-$pkgver.tgz")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
-md5sums=('76ba45b756712881bfd52b669fafb887')
+md5sums=('a7bf122811c080f0a928dc7b9f9cd842')
build() {
cd "${srcdir}/${_plugname}-${pkgver}"