Date: Thursday, September 26, 2019 @ 15:09:00
  Author: jelle
Revision: 511851

archrelease: copy trunk to community-any

Added:
  cura-binary-data/repos/community-any/PKGBUILD
    (from rev 511850, cura-binary-data/trunk/PKGBUILD)
Deleted:
  cura-binary-data/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-09-26 15:08:49 UTC (rev 511850)
+++ PKGBUILD    2019-09-26 15:09:00 UTC (rev 511851)
@@ -1,20 +0,0 @@
-# Maintainer: Jelle  van der Waa <je...@archlinux.org>
-# Contributor: Grey Christoforo <my first name [at] my last name [dot] net>
-
-pkgname=cura-binary-data
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Binary data (firmwares and such) for cura"
-url="https://github.com/Ultimaker/${pkgname}";
-license=('AGPL')
-arch=('any')
-source=(https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
-sha1sums=('1a6930aaca6da3b67471cc853804fb6be19b1449')
-
-package(){
-  install -d "${pkgdir}/usr/share/"
-  cp -r "${srcdir}/${pkgname}-${pkgver}/cura/" "${pkgdir}/usr/share/cura"
-  
-  # see https://github.com/Ultimaker/cura-binary-data/issues/6
-  rm -rf "${pkgdir}/usr/share/cura/resources/i18n" 
-}

Copied: cura-binary-data/repos/community-any/PKGBUILD (from rev 511850, 
cura-binary-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-09-26 15:09:00 UTC (rev 511851)
@@ -0,0 +1,20 @@
+# Maintainer: Jelle  van der Waa <je...@archlinux.org>
+# Contributor: Grey Christoforo <my first name [at] my last name [dot] net>
+
+pkgname=cura-binary-data
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="Binary data (firmwares and such) for cura"
+url="https://github.com/Ultimaker/${pkgname}";
+license=('AGPL')
+arch=('any')
+source=(https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
+sha1sums=('644aed81aa39e676cdeac1b3aee4e6dffabf9d4e')
+
+package(){
+  install -d "${pkgdir}/usr/share/"
+  cp -r "${srcdir}/${pkgname}-${pkgver}/cura/" "${pkgdir}/usr/share/cura"
+  
+  # see https://github.com/Ultimaker/cura-binary-data/issues/6
+  rm -rf "${pkgdir}/usr/share/cura/resources/i18n" 
+}

Reply via email to