[arch-commits] Commit in libinih/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Oct 15 07:42:17 UTC 2020


    Date: Thursday, October 15, 2020 @ 07:42:17
  Author: alucryd
Revision: 724062

archrelease: copy trunk to community-x86_64

Added:
  libinih/repos/community-x86_64/PKGBUILD
    (from rev 724061, libinih/trunk/PKGBUILD)
Deleted:
  libinih/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-15 07:42:12 UTC (rev 724061)
+++ PKGBUILD	2020-10-15 07:42:17 UTC (rev 724062)
@@ -1,52 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Alberto Oporto Ames <otreblain at gmail.com>
-
-pkgname=libinih
-pkgver=51
-pkgrel=3
-pkgdesc='A simple .INI file parser written in C'
-arch=(x86_64)
-url=https://github.com/benhoyt/inih
-license=(BSD)
-depends=(
-  gcc-libs
-  glibc
-)
-makedepends=(
-  git
-  meson
-)
-provides=(
-  libinih.so
-  libINIReader.so
-)
-_tag=d7f465792c0c7686b50ed45c9a435394ae418d3e
-source=(git+https://github.com/benhoyt/inih.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd inih
-
-  git describe --tags | sed 's/^r//'
-}
-
-prepare() {
-  cd inih
-
-  git cherry-pick -n 32519ea045670fbd9a057a9c48f77d7b473ce53b
-}
-
-build() {
-  arch-meson inih build \
-    -Ddefault_library=shared \
-    -Ddistro_install=true \
-    -Dwith_INIReader=true
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dm 644 inih/LICENSE.txt -t "${pkgdir}"/usr/share/licenses/libinih/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libinih/repos/community-x86_64/PKGBUILD (from rev 724061, libinih/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-15 07:42:17 UTC (rev 724062)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Alberto Oporto Ames <otreblain at gmail.com>
+
+pkgname=libinih
+pkgver=52
+pkgrel=1
+pkgdesc='A simple .INI file parser written in C'
+arch=(x86_64)
+url=https://github.com/benhoyt/inih
+license=(BSD)
+depends=(
+  gcc-libs
+  glibc
+)
+makedepends=(
+  git
+  meson
+)
+provides=(
+  libinih.so
+  libINIReader.so
+)
+_tag=1e80a47dffbda813604f0913e2ad68c7054c14e4
+source=(git+https://github.com/benhoyt/inih.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd inih
+
+  git describe --tags | sed 's/^r//'
+}
+
+prepare() {
+  cd inih
+
+  git cherry-pick -n 32519ea045670fbd9a057a9c48f77d7b473ce53b
+}
+
+build() {
+  arch-meson inih build \
+    -Ddefault_library=shared \
+    -Ddistro_install=true \
+    -Dwith_INIReader=true
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dm 644 inih/LICENSE.txt -t "${pkgdir}"/usr/share/licenses/libinih/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list