summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTurboPunk2023-11-29 22:02:25 +0100
committerTurboPunk2023-11-29 22:02:25 +0100
commit23e206f3a56685f6e3cbb2ae2c5835db7f61f255 (patch)
tree731fbb9f69d0889b117385366472b15c9d1f7a60
parentb68d40e2b43fc252aece210c561687b7eb0c907f (diff)
downloadaur-23e206f3a56685f6e3cbb2ae2c5835db7f61f255.tar.gz
updated to 4.10.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b6c3f61c6c8..9c61779a350f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snapmaker-luban
pkgdesc = Snapmaker Luban is an easy-to-use 3-in-1 software tailor-made for Snapmaker machines.
- pkgver = 4.8.2
+ pkgver = 4.10.1
pkgrel = 1
url = https://github.com/Snapmaker/Luban
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f7f581053af5..5f4bb85e4f3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TurboPunk <turbopunk@telenet.be>
# Contributor: José San Juan <josesj@gmail.com>
pkgname=snapmaker-luban
-pkgver=4.8.2
+pkgver=4.10.1
pkgrel=1
pkgdesc="Snapmaker Luban is an easy-to-use 3-in-1 software tailor-made for Snapmaker machines."
url="https://github.com/Snapmaker/Luban"
@@ -43,10 +43,8 @@ build() {
export PATH=$PATH:node_modules/.bin
cd ${srcdir}/Luban
nvm use 16
- npm install --cache "${srcdir}/npm-cache" -g npm@latest
npm install --cache "${srcdir}/npm-cache"
npm run build
- #npm run electron-builder
npm run build:linux-x64
}