summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2018-08-24 14:02:46 +0200
committerbartus2018-08-24 14:02:46 +0200
commit95fede2a60c764afee8515acb997e10b69dc7a5a (patch)
tree58210a3198fd23168616c779d3e8326a1679d0cd
parent6b54554914076ec1c1c43a2765c3442bac6d218c (diff)
downloadaur-95fede2a60c764afee8515acb997e10b69dc7a5a.tar.gz
replace expac with pacman --print
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2c9d11c24af..6110c23a36de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = blender-plugin-light-studio-git
pkgdesc = Blender addon adding studio lights setup.
pkgver = r52.5077528
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/leomoon-studios/blender-light-studio
arch = any
license = GPL
- makedepends = expac
makedepends = git
source = light-studio::git+https://github.com/leomoon-studios/blender-light-studio.git
md5sums = SKIP
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')