aboutsummaryrefslogtreecommitdiffstats
path: root/community/fstrcmp/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fstrcmp/APKBUILD')
-rw-r--r--community/fstrcmp/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/fstrcmp/APKBUILD b/community/fstrcmp/APKBUILD
index ed88f45d5a7..33848281529 100644
--- a/community/fstrcmp/APKBUILD
+++ b/community/fstrcmp/APKBUILD
@@ -2,19 +2,20 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=fstrcmp
pkgver=0.7
-pkgrel=1
+pkgrel=4
arch="all"
-url="http://fstrcmp.sourceforge.net/"
+url="https://fstrcmp.sourceforge.net/"
pkgdesc="Make fuzzy comparisons of strings and byte arrays"
license="GPL-3.0-or-later"
makedepends="libtool ghostscript groff"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::http://fstrcmp.sourceforge.net/fstrcmp-$pkgver.D001.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://fstrcmp.sourceforge.net/fstrcmp-$pkgver.D001.tar.gz"
builddir="$srcdir/$pkgname-$pkgver.D001"
prepare() {
default_prepare
update_config_guess
+ update_config_sub
# Fix version on pkg-config file
sed -i "s|^Version:.*|Version: $pkgver|" "$builddir"/libdir/pkgconfig/fstrcmp.pc.in