Date: Friday, May 12, 2017 @ 20:12:26 Author: arodseth Revision: 227889
upgpkg: processing 3.3.3-1 Modified: processing/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-12 19:34:49 UTC (rev 227888) +++ PKGBUILD 2017-05-12 20:12:26 UTC (rev 227889) @@ -2,8 +2,8 @@ # Maintainer: Alexander F Rødseth <xypr...@archlinux.org> pkgname=processing -pkgver=3.3.1 -_rev=0258 +pkgver=3.3.3 +_rev=0260 pkgrel=1 arch=('x86_64' 'i686') pkgdesc='Programming environment for creating images, animations and interactions' @@ -13,7 +13,7 @@ depends=('libgl' 'java-runtime=8') options=('!strip') source=("https://github.com/$pkgname/$pkgname/archive/$pkgname-$_rev-$pkgver.tar.gz") -sha256sums=('bea89c3841923299e9b66555fbb8ce2c3c88aa84044eac0326ad5b9a444878fb') +sha256sums=('f8fcb1669b0f1302714300cb21beef56019393143ca225e01f56127cf841fb37') prepare() { gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc" @@ -46,5 +46,5 @@ ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java" } -# getver: https://raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt -# vim:set ts=2 sw=2 et: +# getver: raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt +# vim: ts=2 sw=2 et: