[arch-commits] Commit in cura-binary-data/repos (3 files)
Lukas Fleischer
lfleischer at archlinux.org
Sun Dec 15 18:28:34 UTC 2019
Date: Sunday, December 15, 2019 @ 18:28:33
Author: lfleischer
Revision: 537803
db-move: moved cura-binary-data from [community-testing] to [community] (any)
Added:
cura-binary-data/repos/community-any/PKGBUILD
(from rev 537802, cura-binary-data/repos/community-testing-any/PKGBUILD)
Deleted:
cura-binary-data/repos/community-any/PKGBUILD
cura-binary-data/repos/community-testing-any/
------------------------+
/PKGBUILD | 20 ++++++++++++++++++++
community-any/PKGBUILD | 20 --------------------
2 files changed, 20 insertions(+), 20 deletions(-)
Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD 2019-12-15 18:28:17 UTC (rev 537802)
+++ community-any/PKGBUILD 2019-12-15 18:28:33 UTC (rev 537803)
@@ -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.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"
-}
Copied: cura-binary-data/repos/community-any/PKGBUILD (from rev 537802, cura-binary-data/repos/community-testing-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2019-12-15 18:28:33 UTC (rev 537803)
@@ -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.4.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=('a9ed4c093e5336e197e0b6a3e76c37b486ebec61')
+
+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