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

Alexander Rødseth arodseth at archlinux.org
Fri May 12 20:21:09 UTC 2017


    Date: Friday, May 12, 2017 @ 20:21:08
  Author: arodseth
Revision: 227892

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-12 20:20:58 UTC (rev 227891)
+++ PKGBUILD	2017-05-12 20:21:08 UTC (rev 227892)
@@ -1,21 +0,0 @@
-# $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:

Copied: processing-examples/repos/community-any/PKGBUILD (from rev 227891, processing-examples/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-05-12 20:21:08 UTC (rev 227892)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=processing-examples
+pkgver=3.3.3
+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=f6ecf823ec2a72a724ed0918538e358fec50c60a")
+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