* update confuse to 3.3

This commit is contained in:
Alexander Baldeck 2020-07-04 07:47:33 +02:00
parent fa80e15861
commit b7f207da0b

View File

@ -1,3 +1,4 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Contributor : Ionut Biru <ibiru@archlinux.org>
# Contributor: Roman Kyrylych <roman@archlinux.org>
# Contributor: Alexander Mieland (dma147) <dma147@linux-stats.org>
@ -5,16 +6,16 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=confuse
pkgver=3.2.2
pkgrel=2
pkgver=3.3
pkgrel=1
pkgdesc='C-library for parsing configuration files'
arch=('x86_64' 'powerpc64le')
arch=(x86_64 powerpc64le)
url='https://github.com/martinh/libconfuse'
license=('LGPL')
depends=('glibc')
source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!emptydirs')
sha256sums=('71316b55592f8d0c98924242c98dbfa6252153a8b6e7d89e57fe6923934d77d0')
sha256sums=('3a59ded20bc652eaa8e6261ab46f7e483bc13dad79263c15af42ecbb329707b8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"