summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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