Date: Saturday, March 28, 2020 @ 22:01:03 Author: jelle Revision: 605596
upgpkg: cura-binary-data 4.5.0-1 Upstream update Modified: cura-binary-data/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-28 22:00:06 UTC (rev 605595) +++ PKGBUILD 2020-03-28 22:01:03 UTC (rev 605596) @@ -2,14 +2,14 @@ # Contributor: Grey Christoforo <my first name [at] my last name [dot] net> pkgname=cura-binary-data -pkgver=4.4.0 +pkgver=4.5.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') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz) +sha1sums=('d3b5d4f98ab3ccc3bd2d4e4510d4bf74f9eca806') package(){ install -d "${pkgdir}/usr/share/"
