Package Details: python-fake-bpy-module-latest 20240904-1

Git Clone URL: https://aur.archlinux.org/python-fake-bpy-module-latest.git (read-only, click to copy)
Package Base: python-fake-bpy-module-latest
Description: Collection of the fake Blender Python API module for the code completion.
Upstream URL: https://github.com/nutti/fake-bpy-module
Licenses: MIT
Provides: python-fake-bpy-module-latest
Submitter: Nahouhak
Maintainer: Nahouhak
Last Packager: Nahouhak
Votes: 3
Popularity: 0.30
First Submitted: 2022-12-13 22:28 (UTC)
Last Updated: 2024-09-05 07:16 (UTC)

Latest Comments

ryuukk commented on 2024-08-17 15:20 (UTC)

url changed, i think, i got it working with the following:


    $ git diff python-fake-bpy-module-latest/PKGBUILD python-fake-bpy-module-latest-edit/PKGBUILD
    diff --git a/python-fake-bpy-module-latest/PKGBUILD b/python-fake-bpy-module-latest-edit/PKGBUILD
    index 4cba1a8..2d276bf 100644
    --- a/python-fake-bpy-module-latest/PKGBUILD
    +++ b/python-fake-bpy-module-latest-edit/PKGBUILD
    @@ -1,7 +1,7 @@
     # Maintainer: Cyril <cyrwae[at]hotmail[dot]com>
     pkgname=python-fake-bpy-module-latest
    -_name=${pkgname#python-}
    -pkgver=20240101
    +_name=fake_bpy_module
    +pkgver=20240815
     pkgrel=1
     pkgdesc="Collection of the fake Blender Python API module for the code completion."
     arch=('x86_64')
    @@ -18,9 +18,9 @@ backup=()
     options=()
     install=
     changelog=
    -source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz LICENSE)
    +source=(https://files.pythonhosted.org/packages/9f/64/5f253992f75ea63163d38fca4f63279c9e32800c7c089044e35212b0d4bc/$_name-$pkgver.tar.gz LICENSE)
     noextract=()
    -md5sums=('1f31dabfb4ce42d01ee1ff08856bec6b'
    +md5sums=('9d5e6bae6cf7c1e6e6877b8eb032a180'
              '32ba1ec9dcc25969e1de127a63005836')

     build() {