summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraquarius2018-02-06 19:54:43 +0300
committeraquarius2018-02-06 19:54:43 +0300
commitf5dc71ff75830fd5d05f49309464c42bd5278e9e (patch)
tree28a6f243662dac72a9d215c60878e9c6e853d6ab
parent25f972832b011d323446cb938b77f1256eaa3a60 (diff)
downloadaur-blender-plugin-blam.tar.gz
update src path
-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