[arch-commits] Commit in cura-binary-data/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Sun Jan 16 12:30:43 UTC 2022
Date: Sunday, January 16, 2022 @ 12:30:42
Author: jelle
Revision: 1106241
archrelease: copy trunk to community-any
Added:
cura-binary-data/repos/community-any/PKGBUILD
(from rev 1106240, 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 2022-01-16 12:30:35 UTC (rev 1106240)
+++ PKGBUILD 2022-01-16 12:30:42 UTC (rev 1106241)
@@ -1,20 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Grey Christoforo <my first name [at] my last name [dot] net>
-
-pkgname=cura-binary-data
-pkgver=4.12.0
-pkgrel=1
-pkgdesc="Binary data (firmwares and such) for cura"
-url="https://github.com/Ultimaker/${pkgname}"
-license=('AGPL')
-arch=('any')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
-sha1sums=('9b2530a8cee3a2ac1f4dccafb3c03c0c0977aa3e')
-
-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 1106240, cura-binary-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-16 12:30:42 UTC (rev 1106241)
@@ -0,0 +1,20 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Grey Christoforo <my first name [at] my last name [dot] net>
+
+pkgname=cura-binary-data
+pkgver=4.13.0
+pkgrel=1
+pkgdesc="Binary data (firmwares and such) for cura"
+url="https://github.com/Ultimaker/${pkgname}"
+license=('AGPL')
+arch=('any')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
+sha1sums=('627993e0969c8bb1586016dfa3484391f7010116')
+
+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"
+}
More information about the arch-commits
mailing list