summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a240a9697116..1ef6cd841081 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
name=light-studio
git_name=blender-${name}
git_user_name=leomoon-studios
-_blender=$(expac -S %v blender|grep -oP '(?<=\:)[[:digit:]]{1}\.[[:digit:]]{2}(?=\.)')
+_blender=$(pacman -Sddp --print-format %v blender|grep -oP '(?<=\:)[[:digit:]]{1}\.[[:digit:]]{2}(?=\.)')
pkgname=blender-plugin-${name}-git
pkgver=r52.5077528
-pkgrel=1
+pkgrel=2
pkgdesc="Blender addon adding studio lights setup."
arch=('any')
url="https://github.com/${git_user_name}/${git_name}"
license=('GPL')
-makedepends=('expac' 'git')
+makedepends=('git')
#install="${pkgname}.install"
source=("${name}::git+https://github.com/${git_user_name}/${git_name}.git")
md5sums=('SKIP')