diff options
-rw-r--r-- | testing/nut/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nut/APKBUILD b/testing/nut/APKBUILD index 0d42d95ff1..deae55a1d2 100644 --- a/testing/nut/APKBUILD +++ b/testing/nut/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kozak Ivan <kozak-iv@yandex.ru> pkgname=nut pkgver=2.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="Network UPS tools - server" url="http://www.networkupstools.org" arch="all" @@ -33,7 +33,7 @@ prepare() { esac done libtoolize --force && aclocal -I m4 && autoconf \ - && automake --add-missing + && automake --add-missing && update_config_sub } build() { |