iniparser: updated URL

This commit is contained in:
Tim Biermann 2023-05-28 10:33:00 +02:00
parent e6adfcff7d
commit ee57849463
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xiGfUBBYaqC6PvCnCepSnk2vEQF2rMSa0UmTs9EMOdBP8ZmwzneR18tLrr3IgImJA5uJ5OJ0C2atnQ30rYCCgo=
SHA256 (Pkgfile) = 105ba533229c04fee2d14b1656545c5f61a6d377ed895c31b1ba97af727faea0
RWSagIOpLGJF3/9bqgbkIJRrCtlLYEG/T6gnqLlpdaZmM+uH3boEGwadPKBlnZPoMgjjDX5Y7Tgwidz1t5qcBj5+XQMhXON8KAg=
SHA256 (Pkgfile) = cb4ed2b90fffc4336db634a281ec67bd0f4ddd71d7a041ac431e283d691f0205
SHA256 (.footprint) = 24a1af9273e6b93d1fb74d473d5a9692f90801bdd4b591c73cc73528bc74ead1
SHA256 (iniparser-4.1.tar.gz) = 960daa800dd31d70ba1bacf3ea2d22e8ddfc2906534bf328319495966443f3ae

View File

@ -1,5 +1,5 @@
# Description: ini file parser
# URL: https://github.com/ndevilla/iniparseri
# URL: https://github.com/ndevilla/iniparser
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: chrpath
@ -11,9 +11,11 @@ source=(https://github.com/ndevilla/iniparser/archive/v$version/$name-$version.t
build() {
cd $name-$version
make
install -Dm0644 src/iniparser.h $PKG/usr/include/iniparser.h
install -Dm0644 src/dictionary.h $PKG/usr/include/dictionary.h
install -Dm0644 libiniparser.so.1 $PKG/usr/lib/libiniparser.so.1
ln -sf libiniparser.so.1 $PKG/usr/lib/libiniparser.so
chrpath -d $PKG/usr/lib/libiniparser.so
}