diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-19 14:29:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-19 15:03:59 +0000 |
commit | 6128fdbb8fa068c4228a75a05382e4cb3d0473bf (patch) | |
tree | 35a8494560f9e9844c8af5efe6ffd074f097b570 | |
parent | 38c3ca993af2e3d1105246e401301c1af41a4b60 (diff) | |
download | aports-6128fdbb8fa068c4228a75a05382e4cb3d0473bf.tar.bz2 aports-6128fdbb8fa068c4228a75a05382e4cb3d0473bf.tar.xz |
main/[various]: properly rebuild against json-c-0.13
-rw-r--r-- | main/bind/APKBUILD | 2 | ||||
-rw-r--r-- | main/bluez/APKBUILD | 2 | ||||
-rw-r--r-- | main/cryptsetup/APKBUILD | 2 | ||||
-rw-r--r-- | main/freeradius/APKBUILD | 2 | ||||
-rw-r--r-- | main/kamailio/APKBUILD | 2 | ||||
-rw-r--r-- | main/multipath-tools/APKBUILD | 2 | ||||
-rw-r--r-- | main/newsboat/APKBUILD | 2 | ||||
-rw-r--r-- | main/zmap/APKBUILD | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/main/bind/APKBUILD b/main/bind/APKBUILD index 9c8215b332..37fac42843 100644 --- a/main/bind/APKBUILD +++ b/main/bind/APKBUILD @@ -8,7 +8,7 @@ _ver=${pkgver%_p*} _p=${pkgver#*_p} _major=${pkgver%%.*} [ "$_p" != "$pkgver" ] && _ver="${_ver}-P$_p" -pkgrel=2 +pkgrel=3 pkgdesc="The ISC DNS server" url="http://www.isc.org" arch="all" diff --git a/main/bluez/APKBUILD b/main/bluez/APKBUILD index 51b8c356a0..0b85bfe6a0 100644 --- a/main/bluez/APKBUILD +++ b/main/bluez/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bluez pkgver=5.49 -pkgrel=1 +pkgrel=2 pkgdesc="Tools for the Bluetooth protocol stack" url="http://www.bluez.org/" arch="all" diff --git a/main/cryptsetup/APKBUILD b/main/cryptsetup/APKBUILD index 40848d1363..f1b03fba1b 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cryptsetup pkgver=2.0.2 -pkgrel=2 +pkgrel=3 pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi" url="https://gitlab.com/cryptsetup/cryptsetup" arch="all" diff --git a/main/freeradius/APKBUILD b/main/freeradius/APKBUILD index 6286ef24ae..43d24efd40 100644 --- a/main/freeradius/APKBUILD +++ b/main/freeradius/APKBUILD @@ -5,7 +5,7 @@ pkgname=freeradius _realname=freeradius pkgver=3.0.17 -pkgrel=1 +pkgrel=2 pkgdesc="RADIUS (Remote Authentication Dial-In User Service) server" url="http://freeradius.org/" arch="all" diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD index abd3b58edd..0abfa469e1 100644 --- a/main/kamailio/APKBUILD +++ b/main/kamailio/APKBUILD @@ -13,7 +13,7 @@ _gittag=HEAD pkgver=5.0.6 -pkgrel=3 +pkgrel=4 [ -z "${_gitcommit}" ] && _suffix="_src" || _suffix="-${_gitcommit}" pkgdesc="Open Source SIP Server" diff --git a/main/multipath-tools/APKBUILD b/main/multipath-tools/APKBUILD index b2eef0bb5e..7c115d067f 100644 --- a/main/multipath-tools/APKBUILD +++ b/main/multipath-tools/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname="multipath-tools" pkgver=0.7.6 -pkgrel=1 +pkgrel=2 pkgdesc="Device Mapper Multipathing Driver" url="http://christophe.varoqui.free.fr/" arch="all" diff --git a/main/newsboat/APKBUILD b/main/newsboat/APKBUILD index d461d19bce..fa6742e06b 100644 --- a/main/newsboat/APKBUILD +++ b/main/newsboat/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Mike Crute <mike@crute.us> pkgname=newsboat pkgver=2.11.1 -pkgrel=1 +pkgrel=2 pkgdesc="RSS/Atom feed reader for text terminals" url="https://newsboat.org" arch="all" diff --git a/main/zmap/APKBUILD b/main/zmap/APKBUILD index 04a84fec6a..69f0098d72 100644 --- a/main/zmap/APKBUILD +++ b/main/zmap/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=zmap pkgver=2.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="A high performance internet scanner" url="https://www.zmap.io/" arch="all" |