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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jul 2 18:27:46 UTC 2022


    Date: Saturday, July 2, 2022 @ 18:27:46
  Author: arojas
Revision: 449769

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-02 18:27:00 UTC (rev 449768)
+++ PKGBUILD	2022-07-02 18:27:46 UTC (rev 449769)
@@ -1,34 +0,0 @@
-# Maintainer:
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: André Klitzing <aklitzing at online.de>
-
-pkgname=exempi
-pkgver=2.6.1
-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)
-source=(https://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
-sha256sums=('072451ac1e0dc97ed69a2e5bfc235fd94fe093d837f65584d0e3581af5db18cd'
-            'SKIP')
-validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr # --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: exempi/repos/extra-x86_64/PKGBUILD (from rev 449768, exempi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-02 18:27:46 UTC (rev 449769)
@@ -0,0 +1,34 @@
+# Maintainer:
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: André Klitzing <aklitzing at online.de>
+
+pkgname=exempi
+pkgver=2.6.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)
+source=(https://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('4d17d4c93df2a95da3e3172c45b7a5bf317dd31dafd1c7a340169728c7089d1d'
+            'SKIP')
+validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr # --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list