summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-08-24 14:02:46 +0200
committerbartus2018-08-24 14:02:46 +0200
commitae1c2b084072173b660dc43d684da63bbe9c41c4 (patch)
tree71c04c46ec898a9aa41ee5daed62a0001e1fd753 /PKGBUILD
parentbaae5c3451402133d491a2c02e6040ebaf19f629 (diff)
downloadaur-ae1c2b084072173b660dc43d684da63bbe9c41c4.tar.gz
replace expac with pacman --print
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20a0ba67120f..89eff6192c7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=appleseed-git
#_fragment="#tag=1.7.1-beta"
pkgver=1.9.0.beta.r209.g32774c124
-pkgrel=1
+pkgrel=2
pkgdesc="physically-based global illumination rendering engine primarily designed for animation and visual effects. "
arch=(i686 x86_64)
url="http://appleseedhq.net"
@@ -19,7 +19,7 @@ md5sums=('SKIP'
'1cc8d927665c126dde4d1135e500c0dc')
#_pyver=$(python -c "from sys import version_info; print(\"%d.%d\" % (version_info[0],version_info[1]))")
-#_pyver=$(expac -S %v python|grep -oP ^[0-9.]{3})
+#_pyver=$(pacman -Sddp --print-format %v python|grep -oP ^[0-9.]{3})
CMAKE_FLAGS=" -DUSE_EXTERNAL_EXR=ON \
-DUSE_EXTERNAL_OCIO=ON \
-DUSE_EXTERNAL_EMBREE=ON \