summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraquarius2018-02-06 19:54:43 +0300
committeraquarius2018-02-06 19:54:43 +0300
commitf5dc71ff75830fd5d05f49309464c42bd5278e9e (patch)
tree28a6f243662dac72a9d215c60878e9c6e853d6ab /PKGBUILD
parent25f972832b011d323446cb938b77f1256eaa3a60 (diff)
downloadaur-blender-plugin-blam.tar.gz
update src path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
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