summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2018-05-19 15:36:50 +0200
committerJulian Xhokaxhiu2018-05-19 15:36:50 +0200
commitb0176db021d527f87addf8d3eb06bad9f8871f42 (patch)
treecc1bff66e12642a87796b8dba4b3c90afd01374e
parent67f260fef8fbe87aa369f86321522ffd9e1f4ae5 (diff)
downloadaur-b0176db021d527f87addf8d3eb06bad9f8871f42.tar.gz
Bump version
And re-enable SSL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f96ee5544011..267807118a18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oscam-git
pkgdesc = Open Source Conditional Access Module software
- pkgver = 11416
+ pkgver = 11420
pkgrel = 1
url = http://www.streamboard.tv/oscam
install = oscam.install
diff --git a/PKGBUILD b/PKGBUILD
index 9ec23620f1d6..09a417aac148 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Author: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
# Maintainer: Julian Xhokaxhiu <info@julianxhokaxhiu.com>
pkgname=oscam-git
-pkgver=11416
+pkgver=11420
pkgrel=1
pkgdesc="Open Source Conditional Access Module software"
url="http://www.streamboard.tv/oscam"
@@ -32,6 +32,7 @@ build() {
cd "$SRCDEST/$pkgname"
make CONF_DIR=/var/lib/oscam \
+ USE_SSL=1 \
USE_LIBUSB=1 \
USE_PCSC=1 \
OSCAM_BIN=oscam \