summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2016-09-03 03:30:15 -0400
committerredfish2016-09-03 03:30:15 -0400
commitb00aa989a8728d169676e8470c0e87b966ba9f47 (patch)
treeafa6f31d576240f86b7c5239bb666ce2e48d15c3
parent4148aee44029b34dab37b65473c9d72e9cfdca7b (diff)
downloadaur-b00aa989a8728d169676e8470c0e87b966ba9f47.tar.gz
provide -git to fix installing monero-core-git via yaourt
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 892936095d44..1cb36bfc6c56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Sep 3 06:41:06 UTC 2016
+# Sat Sep 3 07:29:50 UTC 2016
pkgbase = bitmonero-git
pkgdesc = Peer-to-peer network based anonymous digital currency (includes deaemon, wallet and miner)
pkgver = 0.9.4
@@ -34,6 +34,8 @@ pkgname = bitmonero-git
pkgname = libmonero-wallet-git
provides = libmonero-wallet
+ provides = libmonerowallet-git
conflicts = libmonero-wallet
+ conflicts = libmonerowallet-git
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 11e69ca88ba8..43e4f1a6179b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -93,8 +93,8 @@ package_bitmonero-git() {
package_libmonero-wallet-git() {
- provides=('libmonero-wallet')
- conflicts=('libmonero-wallet')
+ provides=('libmonero-wallet' 'libmonerowallet-git')
+ conflicts=('libmonero-wallet' 'libmonerowallet-git')
# NOTE: this is crucial, otherwise stripping breaks the .a archive:
# monero-core (GUI) fails to link against it (it can't find symbols