summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-08-19 21:28:52 +0200
committerbartus2018-08-19 21:28:52 +0200
commite682eebc24e04c993be80717420f108e8c2b9394 (patch)
tree2e136d7129266acd6df2afd6038f9da6abb9a3ae /PKGBUILD
parent27281c9cd519767c10a1fceea7ad3039f1c9ffb0 (diff)
downloadaur-e682eebc24e04c993be80717420f108e8c2b9394.tar.gz
change plugin path from USER to LIBR
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62c2a5056bf8..af9caf44000c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,11 @@ makedepends=('git' 'valabind' 'swig')
source=("${pkgname}::git://github.com/radare/radare2-bindings.git"
"radare2-pipe-git::git+https://github.com/radare/radare2-r2pipe.git"
+ "plugin.path.patch"
)
md5sums=('SKIP'
'SKIP'
- )
+ '6274d65a2455632c6083697602039679')
pkgver() {
@@ -25,6 +26,7 @@ pkgver() {
prepare() {
cd ${srcdir}/${basename}
+ git apply ${srcdir}/plugin.path.patch
}
build() {