[arch-commits] Commit in libinih/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Apr 26 16:24:59 UTC 2022


    Date: Tuesday, April 26, 2022 @ 16:24:59
  Author: alucryd
Revision: 444031

upgpkg: libinih 55-2

Modified:
  libinih/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-26 15:22:43 UTC (rev 444030)
+++ PKGBUILD	2022-04-26 16:24:59 UTC (rev 444031)
@@ -2,7 +2,7 @@
 # Contributor: Alberto Oporto Ames <otreblain at gmail.com>
 
 pkgname=libinih
-pkgver=53
+pkgver=55
 pkgrel=2
 pkgdesc='A simple .INI file parser written in C'
 arch=(x86_64)
@@ -20,15 +20,10 @@
   libinih.so
   libINIReader.so
 )
-_tag=cb55f57d87ae840bd0f65dbe6bd22fa021a873a7
+_tag=f7f69c6cff2681d84bae371130b4a018cb2171e6
 source=(git+https://github.com/benhoyt/inih.git#tag=${_tag})
 b2sums=(SKIP)
 
-prepare() {
-  cd inih
-  git cherry-pick -n 32519ea045670fbd9a057a9c48f77d7b473ce53b
-}
-
 pkgver() {
   cd inih
   git describe --tags | sed 's/^r//'



More information about the arch-commits mailing list