diff options
author | bartus | 2018-08-21 12:54:41 +0200 |
---|---|---|
committer | bartus | 2018-08-21 12:54:41 +0200 |
commit | 35299811d1b7baea3641893f436d09d250a26879 (patch) | |
tree | 9dc47179780d38da324c6c071452099f72b550e7 | |
parent | 352f8bff392921b2583b299185fd02fe831c6e89 (diff) | |
download | aur-35299811d1b7baea3641893f436d09d250a26879.tar.gz |
update expac invocation
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ name=molecular version=1.03 #fragment="#commit=7e49329 " files=(__init__.py cmolcore*.so cmolcore*.html) -_blender=$(expac %v blender|grep -oP '(?<=\:)[[:digit:]]{1}\.[[:digit:]]{2}(?=\.)') +_blender=$(expac -S %v blender|grep -oP '(?<=\:)[[:digit:]]{1}\.[[:digit:]]{2}(?=\.)') pkgname=blender-plugin-${name} pkgver=1.03_r193.7f8282e |