summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2018-08-24 14:02:46 +0200
committerbartus2018-08-24 14:02:46 +0200
commit0bfa178136159db4dd81084349ce604d7417338b (patch)
treeeb330da96fe4ef06d82082177bde6e03fb342a3a
parentcc680d7917db5d257310369ce6a99adbf2e537a1 (diff)
downloadaur-0bfa178136159db4dd81084349ce604d7417338b.tar.gz
replace expac with pacman --print
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a757ee62f133..fc3b9d40afcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blender-plugin-animation-nodes
pkgdesc = Node based visual scripting system designed for motion graphics in Blender.
pkgver = 2.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/JacquesLucke/animation_nodes
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 57c4ce15051e..7850233faed2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
-_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-animation-nodes
name=animation_nodes
pkgver=2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Node based visual scripting system designed for motion graphics in Blender."
arch=(i686 x86_64)
url="https://github.com/JacquesLucke/animation_nodes"
license=('GPL')
depends=(python-numpy)
-makedepends=(cython expac)
+makedepends=(cython)
source=("https://github.com/JacquesLucke/animation_nodes/archive/v2.0.tar.gz"
"fix-colision-with-git-package.patch"
)