summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2020-03-28 13:55:30 +0100
committerManuel Reimer2020-03-28 13:55:30 +0100
commit1ba7a279a8571246b250b99030a9ffdf80cc02c7 (patch)
tree96519395eeb5c1e6278ccebbd829cf8a826be625
parent75d62946ce34a494d4e7ec825126512c4fa21bd3 (diff)
downloadaur-1ba7a279a8571246b250b99030a9ffdf80cc02c7.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/cd93d7fe3f0929694f82f0d7aa2c1a575dbda3d4)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0009624c409b..ceb32d66dd32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
-# Generated by makepkg 5.2.0
-# Sat Nov 9 18:01:26 UTC 2019
+# Generated by makepkg 5.2.1
+# Sat Mar 28 12:55:29 UTC 2020
pkgbase = vdr-dvbapi
pkgdesc = A bridge between VDR and OScam.
pkgver = 2.2.5
@@ -8,9 +8,6 @@ pkgbase = vdr-dvbapi
url = https://github.com/manio/vdr-plugin-dvbapi
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
- arch = armv7h
license = GPL2
makedepends = git
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index d8cd29386561..0f9fc3da7617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _vdrapi=2.4.1
pkgrel=1
pkgdesc="A bridge between VDR and OScam."
url="https://github.com/manio/vdr-plugin-dvbapi"
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
+arch=('x86_64' 'i686')
license=('GPL2')
depends=('gcc-libs' 'libdvbcsa' 'openssl' "vdr-api=${_vdrapi}")
makedepends=('git')