diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-06 10:20:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:15 +0000 |
commit | 54b5d39f0860eb6e9812c4b9165bf31eba1eb018 (patch) | |
tree | 8f8e974890e0c10fcc19bd0e384b860fd1b473ef /community | |
parent | c142a188aa90caf18b757a6a95455fde1ebfe2d0 (diff) | |
download | aports-54b5d39f0860eb6e9812c4b9165bf31eba1eb018.tar.bz2 aports-54b5d39f0860eb6e9812c4b9165bf31eba1eb018.tar.xz |
community/oscam: rebuild against openssl 1.1
Diffstat (limited to 'community')
-rw-r--r-- | community/oscam/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/oscam/APKBUILD b/community/oscam/APKBUILD index b053793625..788a5740b1 100644 --- a/community/oscam/APKBUILD +++ b/community/oscam/APKBUILD @@ -3,14 +3,14 @@ pkgname=oscam verbase=1.20 pkgver=1.20_svn20181106 -pkgrel=0 +pkgrel=1 pkgdesc="An Open Source Conditional Access Module software" url="http://www.streamboard.tv/oscam/" arch="all" license="GPL" depends="" depends_dev="" -makedepends="$depends_dev bash subversion paxmark linux-headers libressl-dev +makedepends="$depends_dev bash subversion paxmark linux-headers openssl-dev libusb-dev pcsc-lite-dev" install="$pkgname.pre-install" pkgusers="$pkgname" |