* update iniparser to 4.2.4-1
This commit is contained in:
parent
81b1ac4e5b
commit
70fa02b1a2
16
iniparser/.SRCINFO
Normal file
16
iniparser/.SRCINFO
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
pkgbase = iniparser
|
||||||
|
pkgdesc = A free stand-alone ini file parsing library written in portable ANSI C
|
||||||
|
pkgver = 4.2.4
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/ndevilla/iniparser
|
||||||
|
arch = x86_64
|
||||||
|
license = MIT
|
||||||
|
makedepends = cmake
|
||||||
|
makedepends = doxygen
|
||||||
|
depends = glibc
|
||||||
|
provides = libiniparser.so
|
||||||
|
source = iniparser-4.2.4.tar.gz::https://github.com/ndevilla/iniparser/archive/v4.2.4.tar.gz
|
||||||
|
md5sums = 2b4b70171712895cb5afdf1247a8889f
|
||||||
|
sha256sums = c05bb41df87f31a029516943ebb7f38ca1f0e38ff36f3836f1163a9a529857df
|
||||||
|
|
||||||
|
pkgname = iniparser
|
4
iniparser/.nvchecker.toml
Normal file
4
iniparser/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[iniparser]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/ndevilla/iniparser.git"
|
||||||
|
prefix = "v"
|
@ -4,7 +4,7 @@
|
|||||||
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
|
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
|
||||||
|
|
||||||
pkgname=iniparser
|
pkgname=iniparser
|
||||||
pkgver=4.2.2
|
pkgver=4.2.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A free stand-alone ini file parsing library written in portable ANSI C'
|
pkgdesc='A free stand-alone ini file parsing library written in portable ANSI C'
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
@ -14,8 +14,8 @@ depends=('glibc')
|
|||||||
provides=('libiniparser.so')
|
provides=('libiniparser.so')
|
||||||
makedepends=('cmake' 'doxygen')
|
makedepends=('cmake' 'doxygen')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ndevilla/iniparser/archive/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ndevilla/iniparser/archive/v${pkgver}.tar.gz")
|
||||||
md5sums=('ece6c4f410e6eb3c0b20797c309eea68')
|
md5sums=('2b4b70171712895cb5afdf1247a8889f')
|
||||||
sha256sums=('82983d9712e321494ee67e1d90963545b6788c198611dab094804a7b7414b233')
|
sha256sums=('c05bb41df87f31a029516943ebb7f38ca1f0e38ff36f3836f1163a9a529857df')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user