diff options
-rw-r--r-- | testing/cluster-glue/APKBUILD | 2 | ||||
-rw-r--r-- | testing/hplip/APKBUILD | 2 | ||||
-rw-r--r-- | testing/nut/APKBUILD | 2 | ||||
-rw-r--r-- | testing/perl-snmp/APKBUILD | 2 | ||||
-rw-r--r-- | testing/php8/APKBUILD | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/testing/cluster-glue/APKBUILD b/testing/cluster-glue/APKBUILD index 56442fb2f0..d37da3d3a4 100644 --- a/testing/cluster-glue/APKBUILD +++ b/testing/cluster-glue/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=cluster-glue pkgver=1.0.12 -pkgrel=2 +pkgrel=3 pkgdesc="Reusable cluster components" url="https://clusterlabs.org" arch="all" diff --git a/testing/hplip/APKBUILD b/testing/hplip/APKBUILD index 35ada7c11f..93c1b7b266 100644 --- a/testing/hplip/APKBUILD +++ b/testing/hplip/APKBUILD @@ -4,7 +4,7 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=hplip pkgver=3.20.5 -pkgrel=0 +pkgrel=1 pkgdesc="Drivers for HP printers and scanners" arch="x86 x86_64 aarch64 armv7" # missing sane on several arches url="http://hplipopensource.com" diff --git a/testing/nut/APKBUILD b/testing/nut/APKBUILD index d16783838e..40f6b5c0cc 100644 --- a/testing/nut/APKBUILD +++ b/testing/nut/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Kozak Ivan <kozak-iv@yandex.ru> pkgname=nut pkgver=2.7.4 -pkgrel=6 +pkgrel=7 pkgdesc="Network UPS tools" url="http://www.networkupstools.org" arch="all" diff --git a/testing/perl-snmp/APKBUILD b/testing/perl-snmp/APKBUILD index 6c0b98c535..91422e4824 100644 --- a/testing/perl-snmp/APKBUILD +++ b/testing/perl-snmp/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-snmp _pkgreal=SNMP pkgver=5.0404 -pkgrel=8 +pkgrel=9 pkgdesc="Perl module for SNMP" url="https://metacpan.org/release/SNMP" arch="all" diff --git a/testing/php8/APKBUILD b/testing/php8/APKBUILD index e0278f3175..fee6486cdb 100644 --- a/testing/php8/APKBUILD +++ b/testing/php8/APKBUILD @@ -27,7 +27,7 @@ pkgname=php8 _pkgreal=php pkgver=8.0.0_rc4 _pkgver=${pkgver//_rc/RC} -pkgrel=0 +pkgrel=1 _apiver=20200930 _suffix=${pkgname#php} # Is this package the default (latest) PHP version? |