summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2018-08-24 14:02:47 +0200
committerbartus2018-08-24 14:02:47 +0200
commit5282977ecdfd07485670fd8afc0b80375e37a695 (patch)
tree3c999aef938472370b628720642a21860328c514
parentdbc7169432f2780cf98750395e9000ca11fd56e7 (diff)
downloadaur-5282977ecdfd07485670fd8afc0b80375e37a695.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 d5a663707b00..fc4b6afc3fca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = blender-plugin-miratools
pkgdesc = Modern modeling and retopology tools
pkgver = r688.6f50f8d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mifth/mifthtools/wiki/Mira-Tools
arch = any
groups = blender
license = GPL
- makedepends = expac
makedepends = git
depends = blender
source = blender-plugin-miratools::git+https://github.com/mifth/mifthtools.git
diff --git a/PKGBUILD b/PKGBUILD
index 75a896c9cfd9..fafc1825eeab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
# original maintainer : Fabien Devaux <fdev31@gmail.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-miratools
pkgver=r688.6f50f8d # commit-num.commit-hash
-pkgrel=1
+pkgrel=2
pkgdesc="Modern modeling and retopology tools"
url="https://github.com/mifth/mifthtools/wiki/Mira-Tools"
license=("GPL")
arch=('any')
depends=('blender')
groups=('blender')
-makedepends=('expac' 'git')
+makedepends=('git')
source=("${pkgname}::git+https://github.com/mifth/mifthtools.git")
md5sums=('SKIP')