summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2020-11-09 10:06:20 +0100
committerManuel Reimer2020-11-09 10:06:20 +0100
commitabdbb47b3a5fee5142331ad01d9a9db4957387cf (patch)
tree1a8b994a5569803fd98e82d4a3227d600c389fba
parenteff99389c83e1c96025f6c37d5bccfacc14081d4 (diff)
downloadaur-abdbb47b3a5fee5142331ad01d9a9db4957387cf.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/7a32133e1e6ac7dcb5e56064cc87cd02aed33fa4)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab1a9f4313a8..a020e4503ec3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.2.2
-# Sun Aug 2 17:30:33 UTC 2020
+# Mon Nov 9 09:06:17 UTC 2020
pkgbase = dfatmo
pkgver = 0.5.0
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = https://github.com/durchflieger/dfatmo
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = dfatmo
arch = armv6h
arch = armv7h
license = GPL2
- makedepends = libusbx
+ makedepends = libusb
makedepends = python2
makedepends = vdr-api=2.4.3
makedepends = zip
@@ -24,7 +24,7 @@ pkgbase = dfatmo
pkgname = dfatmo
pkgdesc = Analyzes the video picture and generates output data for so called 'Atmolight' controllers
- depends = libusbx
+ depends = libusb
depends = python2
conflicts = dfatmo-driver
replaces = dfatmo-driver
diff --git a/PKGBUILD b/PKGBUILD
index 7228262aebe3..62da63b829d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgbase=dfatmo
pkgname=('dfatmo' 'vdr-dfatmo' 'kodi-addon-dfatmo')
pkgver=0.5.0
_vdrapi=2.4.3
-pkgrel=4
+pkgrel=5
epoch=1
url="https://github.com/durchflieger/${pkgbase}"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
-makedepends=('libusbx' 'python2' "vdr-api=${_vdrapi}" 'zip')
+makedepends=('libusb' 'python2' "vdr-api=${_vdrapi}" 'zip')
source=("$pkgname-$pkgver.tar.gz::https://github.com/durchflieger/${pkgbase}/archive/v${pkgver}.tar.gz"
'45-df10ch.rules'
"50-dfatmo.conf")
@@ -39,7 +39,7 @@ package_dfatmo() {
pkgdesc="Analyzes the video picture and generates output data for so called 'Atmolight' controllers"
replaces=('dfatmo-driver')
conflicts=('dfatmo-driver')
- depends=('libusbx' 'python2')
+ depends=('libusb' 'python2')
cd "${srcdir}/DFAtmo-${pkgver}"
make DFATMOINSTDIR="${pkgdir}/usr" ATMODRIVER=atmodriver.so dfatmoinstall