aboutsummaryrefslogtreecommitdiffstats
path: root/main/chrpath/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/chrpath/APKBUILD')
-rw-r--r--main/chrpath/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/chrpath/APKBUILD b/main/chrpath/APKBUILD
index 0b4dd29d29..14ec46b8a4 100644
--- a/main/chrpath/APKBUILD
+++ b/main/chrpath/APKBUILD
@@ -1,8 +1,7 @@
-# Contributor:
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=chrpath
pkgver=0.13
-pkgrel=0
+pkgrel=1
pkgdesc="Modify rpath of compiled programs"
url="ftp://ftp.hungry.com/pub/hungry/chrpath/"
arch="all"
@@ -22,6 +21,7 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
+ update_config_sub || return 1
}
build() {