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

Felix Yan felixonmars at archlinux.org
Mon Jun 4 13:35:16 UTC 2018


    Date: Monday, June 4, 2018 @ 13:35:16
  Author: felixonmars
Revision: 340305

archrelease: copy trunk to community-x86_64

Added:
  libiptcdata/repos/community-x86_64/PKGBUILD
    (from rev 340304, libiptcdata/trunk/PKGBUILD)
Deleted:
  libiptcdata/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 13:35:02 UTC (rev 340304)
+++ PKGBUILD	2018-06-04 13:35:16 UTC (rev 340305)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=libiptcdata
-pkgver=1.0.4
-pkgrel=3
-pkgdesc="Library for manipulating the IPTC metadata"
-arch=('i686' 'x86_64')
-url="http://libiptcdata.sourceforge.net/"
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/libiptcdata/$pkgname-$pkgver.tar.gz)
-md5sums=('af886556ecb129b694f2d365d03d95a8')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libiptcdata/repos/community-x86_64/PKGBUILD (from rev 340304, libiptcdata/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 13:35:16 UTC (rev 340305)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=libiptcdata
+pkgver=1.0.4
+pkgrel=4
+pkgdesc="Library for manipulating the IPTC metadata"
+arch=('x86_64')
+url="http://libiptcdata.sourceforge.net/"
+license=('GPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/libiptcdata/$pkgname-$pkgver.tar.gz)
+sha512sums=('8656b2febaec133d1a8783252047672bebd58ae9ceab5477c4acfa35bcc381dfda08b655a957b962878af28c69deff77d920e780c84b4debdff2f980b3de94e8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list