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

Felix Yan felixonmars at archlinux.org
Sun Jun 3 18:40:18 UTC 2018


    Date: Sunday, June 3, 2018 @ 18:40:18
  Author: felixonmars
Revision: 339521

archrelease: copy trunk to community-x86_64

Added:
  gimp-dbp/repos/community-x86_64/PKGBUILD
    (from rev 339520, gimp-dbp/trunk/PKGBUILD)
Deleted:
  gimp-dbp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 18:39:56 UTC (rev 339520)
+++ PKGBUILD	2018-06-03 18:40:18 UTC (rev 339521)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=gimp-dbp
-pkgver=1.1.9
-pkgrel=5
-pkgdesc="David's batch processor for the GIMP"
-arch=('i686' 'x86_64')
-url="http://members.ozemail.com.au/~hodsond/dbp.html"
-license=('GPL')
-depends=('gimp')
-source=(http://www.ozemail.com.au/~hodsond/dbpSrc-${pkgver//./-}.tgz)
-md5sums=('1106625707798ab8ea1317ac6bece1c5')
-
-build() {
-  cd "${srcdir}/dbp-${pkgver}"
-  sed -i "s|<string>|<cstring>|" op.h
-  make
-}
-
-package() {
-  cd "${srcdir}/dbp-${pkgver}"
-  install -D -m755 dbp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/dbp"
-}

Copied: gimp-dbp/repos/community-x86_64/PKGBUILD (from rev 339520, gimp-dbp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 18:40:18 UTC (rev 339521)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=gimp-dbp
+pkgver=1.1.9
+pkgrel=6
+pkgdesc="David's batch processor for the GIMP"
+arch=('x86_64')
+url="http://members.ozemail.com.au/~hodsond/dbp.html"
+license=('GPL')
+depends=('gimp')
+source=(http://www.ozemail.com.au/~hodsond/dbpSrc-${pkgver//./-}.tgz)
+sha512sums=('f2b05610c0edd179a394f510951147fb3362564d67cb2b48ecbd1840b97b9c3de43c718db06576a99d9a5b76384ff4b4a4cdfeddd16a015d161f338d351be925')
+
+build() {
+  cd "${srcdir}/dbp-${pkgver}"
+  sed -i "s|<string>|<cstring>|" op.h
+  make
+}
+
+package() {
+  cd "${srcdir}/dbp-${pkgver}"
+  install -D -m755 dbp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/dbp"
+}



More information about the arch-commits mailing list