summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30310f2ffa91..a79f342c01ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = blender-plugin-blam
license = GPL
makedepends = coreutils
depends = blender
- source = http://stuffmatic.github.com/downloads/blam/blam_0.6.zip
- md5sums = 40a1e3eb94faa8e4ec6c9ea41cf8a35b
+ source = https://github.com/stuffmatic/blam/archive/v0.6.zip
+ md5sums = SKIP
pkgname = blender-plugin-blam
diff --git a/PKGBUILD b/PKGBUILD
index 857075ef1ef6..eb94ac4cb4bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,5 @@
+# Maintainer: Aquarius <aaquarius24@yandex.ru>
+
pkgname=blender-plugin-blam
pkgver=1
pkgrel=1
@@ -9,11 +11,11 @@ license=('GPL')
depends=('blender')
makedepends=('coreutils')
conflicts=()
-source=(http://stuffmatic.github.com/downloads/blam/blam_0.6.zip)
-md5sums=(40a1e3eb94faa8e4ec6c9ea41cf8a35b)
+source=(https://github.com/stuffmatic/blam/archive/v0.6.zip)
+md5sums=(SKIP)
package() {
- cd "$srcdir"
+ cd "$srcdir/blam-0.6/src/"
mkdir -p "$pkgdir/usr/share/blender/$_blender/scripts/addons/"
- cp blam.py "$pkgdir/usr/share/blender/$_blender/scripts/addons/"
+ cp * "$pkgdir/usr/share/blender/$_blender/scripts/addons/"
} \ No newline at end of file