[arch-commits] Commit in exempi/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jul 5 10:28:32 UTC 2020


    Date: Sunday, July 5, 2020 @ 10:28:32
  Author: arojas
Revision: 390859

archrelease: copy trunk to extra-x86_64

Added:
  exempi/repos/extra-x86_64/PKGBUILD
    (from rev 390858, exempi/trunk/PKGBUILD)
Deleted:
  exempi/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-05 10:28:22 UTC (rev 390858)
+++ PKGBUILD	2020-07-05 10:28:32 UTC (rev 390859)
@@ -1,43 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: André Klitzing <aklitzing at online.de>
-
-pkgname=exempi
-pkgver=2.5.1
-pkgrel=2
-pkgdesc="A library to parse XMP metadata"
-url="https://libopenraw.freedesktop.org/wiki/Exempi"
-arch=(x86_64)
-license=(custom:BSD)
-depends=(gcc-libs expat zlib)
-makedepends=(boost git autoconf-archive)
-_commit=7a76fd69978049795fa7ece796d64330530cd4e0  # tags/2.5.1^0
-source=("git+https://anongit.freedesktop.org/git/exempi#commit=$_commit")
-sha256sums=('SKIP')
-validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr # --disable-static
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: exempi/repos/extra-x86_64/PKGBUILD (from rev 390858, exempi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-05 10:28:32 UTC (rev 390859)
@@ -0,0 +1,43 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: André Klitzing <aklitzing at online.de>
+
+pkgname=exempi
+pkgver=2.5.2
+pkgrel=1
+pkgdesc="A library to parse XMP metadata"
+url="https://libopenraw.freedesktop.org/wiki/Exempi"
+arch=(x86_64)
+license=(custom:BSD)
+depends=(gcc-libs expat zlib)
+makedepends=(boost git autoconf-archive)
+_commit=8db317ecaaf0df53f77091df704b8f1f9858d51a
+source=("git+https://anongit.freedesktop.org/git/exempi#commit=$_commit")
+sha256sums=('SKIP')
+validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr # --disable-static
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list