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 | |
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
-rw-r--r-- | community/caddy/APKBUILD | 2 | ||||
-rw-r--r-- | community/domoticz/APKBUILD | 2 | ||||
-rw-r--r-- | community/oscam/APKBUILD | 2 | ||||
-rw-r--r-- | community/syncthing/APKBUILD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/community/caddy/APKBUILD b/community/caddy/APKBUILD index 3082d0ac18..797d2e0155 100644 --- a/community/caddy/APKBUILD +++ b/community/caddy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=caddy pkgver=0.8.3 -pkgrel=0 +pkgrel=1 pkgdesc="Fast, cross-platform HTTP/2 web server with automatic HTTPS" url="https://caddyserver.com/" arch="all" diff --git a/community/domoticz/APKBUILD b/community/domoticz/APKBUILD index f4ab1978a6..22b5057a8f 100644 --- a/community/domoticz/APKBUILD +++ b/community/domoticz/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=domoticz pkgver=3.4834 -pkgrel=2 +pkgrel=3 pkgdesc="Open source Home Automation System" url="http://www.domoticz.com/" arch="x86 x86_64" 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" diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD index f78302fdd6..2c7dc7efec 100644 --- a/community/syncthing/APKBUILD +++ b/community/syncthing/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=syncthing pkgver=0.13.5 -pkgrel=0 +pkgrel=1 pkgdesc="Open Source Continuous File Synchronization" url="http://syncthing.net/" arch="all" |