summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Mekkering2018-04-16 06:30:12 +0200
committerAlex Mekkering2018-04-16 06:30:12 +0200
commit516cdda3130135f1723b563383d09444554a1f58 (patch)
tree922d91895a19c0c04b7b250a5c970d3250fb9d08 /PKGBUILD
parent900f592ce7c4ab00b12a8c97bafe1e00ad1b5f3c (diff)
downloadaur-516cdda3130135f1723b563383d09444554a1f58.tar.gz
Updated to r11420
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44341342e534..abe61d8a96cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Joakim Hernberg <jhernberg@alchemy.lu>
+# Maintainer: Alex Mekkering <amekkering at gmail dot com>
+# Contributor: Joakim Hernberg <jhernberg@alchemy.lu>
# Contributor: Markus Opitz <mastero23 at gmail dot com>
pkgname=oscam-svn
-pkgver=11225
+pkgver=11420
pkgrel=1
pkgdesc="The Open Source Conditional Access Module daemon"
-url="http://oscam.to/"
-arch=('i686' 'x86_64')
+url="http://www.streamboard.tv/oscam"
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
license=('GPL3')
depends=('bash' 'openssl' 'libusbx' 'pcsclite')
@@ -16,7 +17,7 @@ provides=('oscam')
conflicts=('oscam')
install=oscam.install
-source=("$pkgname::svn+http://www.streamboard.tv/svn/oscam/trunk"
+source=("$pkgname::svn+http://www.streamboard.tv/svn/oscam/trunk#revision=$pkgver"
'oscam.service')
md5sums=('SKIP'
'9feece4aed599a1ba005305c5e23960e')
@@ -29,7 +30,6 @@ pkgver() {
build() {
cd "$srcdir/$pkgname"
make allyesconfig
- ./config.sh --disable WITH_SSL
make OSCAM_BIN=oscam CONF_DIR=/etc/oscam USE_LIBUSB=1 USE_PCSC=1
}