diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-09 02:50:22 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-31 06:22:19 +0000 |
commit | 1446e1874e708ae7ba677c9af1d68a74d8e901fb (patch) | |
tree | dc54f12a5e2adda27333165e31a34e3116d4325e /testing | |
parent | 943de8c0a9e6a3457265f3150d86a8f6e16f28cb (diff) | |
download | aports-1446e1874e708ae7ba677c9af1d68a74d8e901fb.tar.bz2 aports-1446e1874e708ae7ba677c9af1d68a74d8e901fb.tar.xz |
rebuilds against libconfig.so.11
Diffstat (limited to 'testing')
-rw-r--r-- | testing/apt-dater/APKBUILD | 2 | ||||
-rw-r--r-- | testing/compton-conf/APKBUILD | 2 | ||||
-rw-r--r-- | testing/shairport-sync/APKBUILD | 2 | ||||
-rw-r--r-- | testing/sslh/APKBUILD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/testing/apt-dater/APKBUILD b/testing/apt-dater/APKBUILD index d88cfbecc1..66910d7d28 100644 --- a/testing/apt-dater/APKBUILD +++ b/testing/apt-dater/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Henrik Riomar <henrik.riomar@gmail.com> pkgname=apt-dater pkgver=0.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="terminal-based remote package update manager" url="https://github.com/DE-IBH/apt-dater" arch="all" diff --git a/testing/compton-conf/APKBUILD b/testing/compton-conf/APKBUILD index 831c4451af..e846a760f5 100644 --- a/testing/compton-conf/APKBUILD +++ b/testing/compton-conf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=compton-conf pkgver=0.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="GUI configuration tool for compton X composite manager" url="https://github.com/lxde/compton-conf" arch="all" diff --git a/testing/shairport-sync/APKBUILD b/testing/shairport-sync/APKBUILD index 22bf7748ac..1aca2d0af2 100644 --- a/testing/shairport-sync/APKBUILD +++ b/testing/shairport-sync/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=shairport-sync pkgver=3.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="AirTunes emulator. Shairport Sync adds multi-room capability with Audio Synchronisation" url="https://github.com/mikebrady/shairport-sync" arch="all" diff --git a/testing/sslh/APKBUILD b/testing/sslh/APKBUILD index 477d3cc0cd..4c67fc7e1f 100644 --- a/testing/sslh/APKBUILD +++ b/testing/sslh/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=sslh pkgver=1.20 -pkgrel=0 +pkgrel=1 pkgdesc="Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port) " url="http://www.rutschle.net/tech/sslh/README.html" arch="all !aarch64 !s390x" # limited by valgrind |