upg libinih xfsprogs
This commit is contained in:
parent
658955f8ae
commit
b0375abf8c
6 changed files with 11 additions and 10 deletions
|
@ -6,16 +6,15 @@
|
||||||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||||
|
|
||||||
pkgname=libinih
|
pkgname=libinih
|
||||||
pkgver=55
|
pkgver=56
|
||||||
pkgrel=02
|
pkgrel=01
|
||||||
pkgdesc='A simple .INI file parser written in C'
|
pkgdesc='A simple .INI file parser written in C'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url=https://github.com/benhoyt/inih
|
url=https://github.com/benhoyt/inih
|
||||||
depends=( gcc-libs glibc )
|
depends=( gcc-libs glibc )
|
||||||
makedepends=( git meson )
|
makedepends=( git meson )
|
||||||
provides=(libinih.so libINIReader.so)
|
provides=(libinih.so libINIReader.so)
|
||||||
#_tag=cb55f57d87ae840bd0f65dbe6bd22fa021a873a7
|
_tag=5e1d9e2625842dddb3f9c086a50f22e4f45dfc2b
|
||||||
_tag=f7f69c6cff2681d84bae371130b4a018cb2171e6
|
|
||||||
source=(git+https://github.com/benhoyt/inih.git#tag=${_tag})
|
source=(git+https://github.com/benhoyt/inih.git#tag=${_tag})
|
||||||
|
|
||||||
#prepare() {
|
#prepare() {
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
# Contributor: Alberto Oporto Ames <otreblain@gmail.com>
|
# Contributor: Alberto Oporto Ames <otreblain@gmail.com>
|
||||||
|
|
||||||
pkgname=libinih
|
pkgname=libinih
|
||||||
pkgver=55
|
pkgver=56
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='A simple .INI file parser written in C'
|
pkgdesc='A simple .INI file parser written in C'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url=https://github.com/benhoyt/inih
|
url=https://github.com/benhoyt/inih
|
||||||
|
@ -20,7 +20,7 @@ provides=(
|
||||||
libinih.so
|
libinih.so
|
||||||
libINIReader.so
|
libINIReader.so
|
||||||
)
|
)
|
||||||
_tag=f7f69c6cff2681d84bae371130b4a018cb2171e6
|
_tag=5e1d9e2625842dddb3f9c086a50f22e4f45dfc2b
|
||||||
source=(git+https://github.com/benhoyt/inih.git#tag=${_tag})
|
source=(git+https://github.com/benhoyt/inih.git#tag=${_tag})
|
||||||
b2sums=(SKIP)
|
b2sums=(SKIP)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
git
|
git
|
||||||
meson
|
meson
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||||
|
|
||||||
pkgname=xfsprogs
|
pkgname=xfsprogs
|
||||||
pkgver=5.18.0
|
pkgver=5.19.0
|
||||||
pkgrel=01
|
pkgrel=01
|
||||||
pkgdesc="XFS filesystem utilities w/o systemd"
|
pkgdesc="XFS filesystem utilities w/o systemd"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -48,3 +48,5 @@ package() {
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
|
|
||||||
sha256sums=(SKIP)
|
sha256sums=(SKIP)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer : Tobias Powalowski <tpowa@archlinux.org>
|
# Maintainer : Tobias Powalowski <tpowa@archlinux.org>
|
||||||
pkgname=xfsprogs
|
pkgname=xfsprogs
|
||||||
pkgver=5.18.0
|
pkgver=5.19.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="XFS filesystem utilities"
|
pkgdesc="XFS filesystem utilities"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|
|
@ -7,4 +7,3 @@ autoconf
|
||||||
gettext
|
gettext
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue