diff options
author | Przemyslaw Pawelczyk <przemoc@zoho.com> | 2016-06-06 02:05:14 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-07 07:20:09 +0000 |
commit | 9fd5431afb18e64724031151c5657bf6750d18b7 (patch) | |
tree | 7a0edf5cfa57aeca3758dd50e4a9815f7111e21c /community/oscam | |
parent | 511bd7a7a012e0f50b3bbed5f3e7b0c641ac03e6 (diff) | |
download | aports-9fd5431afb18e64724031151c5657bf6750d18b7.tar.bz2 aports-9fd5431afb18e64724031151c5657bf6750d18b7.tar.xz |
community/[various]: Bump pkgrel for .pre-install scripts fixes.
* community/[various]: Add group and use it as primary in .pre-* scripts.
community/caddy/caddy.pre-install
community/domoticz/domoticz.pre-install
community/oscam/oscam.pre-install
community/syncthing/syncthing.pre-install
Diffstat (limited to 'community/oscam')
-rw-r--r-- | community/oscam/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/oscam/APKBUILD b/community/oscam/APKBUILD index 9a996faf05..cadcd0fd52 100644 --- a/community/oscam/APKBUILD +++ b/community/oscam/APKBUILD @@ -3,7 +3,7 @@ pkgname=oscam verbase=1.20 pkgver=1.20_svn20160307 -pkgrel=1 +pkgrel=2 pkgdesc="An Open Source Conditional Access Module software" url="http://www.streamboard.tv/oscam/" arch="all" |