summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmcb2023-12-13 20:57:34 +0000
committerjmcb2023-12-13 20:57:34 +0000
commit4a6a12377dcd503f9cd727549d4b7c2f04a5763a (patch)
treef062af15a4f7465e53e7e811bd157c522d0d26c0
parentef8db66b2f0db06de3aa7bfc9a35387c7d5fcbcd (diff)
downloadaur-4a6a12377dcd503f9cd727549d4b7c2f04a5763a.tar.gz
upgpkg: 1.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af269e9f90f4..97cb297d5d63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = blender-plugin-sketchfab
pkgdesc = Directly import and export models from and to Sketchfab in Blender
- pkgver = 1.5.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/sketchfab/blender-plugin
arch = any
license = Apache
depends = blender
- source = https://github.com/sketchfab/blender-plugin/releases/download/1.5.0/sketchfab-plugin-1-5-0.zip
- sha256sums = 2af10639ec07177e8494d492200caf254cb43c4572519ce55f705e348b50cf4b
+ source = https://github.com/sketchfab/blender-plugin/releases/download/1.6.0/sketchfab-plugin-1-6-0.zip
+ sha256sums = 79c9290c608308c27507d7bd5f96f8d7c9bbf5ce8f3ce73ec1793dd6661f36f7
pkgname = blender-plugin-sketchfab
diff --git a/PKGBUILD b/PKGBUILD
index ea10ebe59e94..c462762749c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: jmcb <joelsgp@protonmail.com>
pkgname='blender-plugin-sketchfab'
-pkgver='1.5.0'
+pkgver='1.6.0'
# replace . with -
_name="sketchfab-plugin-${pkgver//./-}"
-_blenderver='3.5'
+_blenderver='4.0'
pkgrel=1
pkgdesc="Directly import and export models from and to Sketchfab in Blender"
arch=('any')
@@ -17,10 +17,11 @@ optdepends=()
provides=()
conflicts=()
source=("https://github.com/sketchfab/blender-plugin/releases/download/${pkgver}/${_name}.zip")
-sha256sums=('2af10639ec07177e8494d492200caf254cb43c4572519ce55f705e348b50cf4b')
+sha256sums=('79c9290c608308c27507d7bd5f96f8d7c9bbf5ce8f3ce73ec1793dd6661f36f7')
package() {
+ # todo get blenderver from blender --version
_dest="${pkgdir}/usr/share/blender/${_blenderver}/scripts/addons"
install -d "${_dest}"
bsdtar --cd "${_dest}" -xf "${_name}.zip"