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/syncthing | |
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/syncthing')
-rw-r--r-- | community/syncthing/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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" |