aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gengetopt/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gengetopt/APKBUILD')
-rw-r--r--testing/gengetopt/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/gengetopt/APKBUILD b/testing/gengetopt/APKBUILD
index 6899167bec..a122fb55eb 100644
--- a/testing/gengetopt/APKBUILD
+++ b/testing/gengetopt/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=gengetopt
pkgver=2.22.6
-pkgrel=0
+pkgrel=1
pkgdesc="Tool to write command line option parsing code for C programs"
url="http://www.gnu.org/software/gengetopt/"
arch="all"
@@ -23,6 +23,7 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
+ update_config_sub
}
build() {