[arch-commits] Commit in processing-examples/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue Apr 25 12:21:11 UTC 2017


    Date: Tuesday, April 25, 2017 @ 12:21:10
  Author: arodseth
Revision: 225291

archrelease: copy trunk to community-any

Added:
  processing-examples/repos/community-any/PKGBUILD
    (from rev 225290, processing-examples/trunk/PKGBUILD)
Deleted:
  processing-examples/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-25 12:21:01 UTC (rev 225290)
+++ PKGBUILD	2017-04-25 12:21:10 UTC (rev 225291)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=processing-examples
-pkgver=3.3
-pkgrel=1
-arch=('any')
-pkgdesc='Examples for Processing'
-url='https://www.processing.org/'
-license=('GPL' 'LGPL')
-makedepends=('git')
-optdepends=('processing: For running the examples')
-source=("git+https://github.com/processing/processing-docs#commit=9e913f8343dbddeaf3d30c831126b2d7568b5180")
-md5sums=('SKIP')
-
-package() {
-  install -d "$pkgdir/usr/share/processing/modes/java"
-  cp -r processing-docs/content/examples/ \
-    "$pkgdir/usr/share/processing/modes/java/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: processing-examples/repos/community-any/PKGBUILD (from rev 225290, processing-examples/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-25 12:21:10 UTC (rev 225291)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=processing-examples
+pkgver=3.3.1
+pkgrel=1
+arch=('any')
+pkgdesc='Examples for Processing'
+url='https://www.processing.org/'
+license=('GPL' 'LGPL')
+makedepends=('git')
+source=("git+https://github.com/processing/processing-docs#commit=8da681de9748dcf64969ea37c3104402df394b09")
+md5sums=('SKIP')
+
+package() {
+  install -d "$pkgdir/usr/share/processing/modes/java"
+  cp -r processing-docs/content/examples/ \
+    "$pkgdir/usr/share/processing/modes/java/"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list