summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 361021486cad..35c89b14f407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = cura-binary-data-git
pkgdesc = Binary data (firmwares) for cura
- pkgver = 4.0.0.5.g3279e44
+ pkgver = 4.5.0
pkgrel = 1
url = https://github.com/Ultimaker/cura-binary-data-git
arch = any
license = AGPLv3
+ makedepends = git
source = git+https://github.com/Ultimaker/cura-binary-data.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5c560cc6e67c..68eeead81d07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@
pkgname=cura-binary-data-git
_pkgname=cura-binary-data
-pkgver=4.0.0.5.g3279e44
+pkgver=4.5.0
pkgrel=1
pkgdesc="Binary data (firmwares) for cura"
depends=()
+makedepends=('git')
url="https://github.com/Ultimaker/${pkgname}"
license=('AGPLv3')
arch=('any')