summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d05c2e90944e..3a4138e322a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 2 06:01:58 UTC 2019
+# Sat Mar 2 06:23:49 UTC 2019
pkgbase = monero-git
pkgdesc = Peer-to-peer anonymous digital currency (daemon, CLI wallet, and wallet API library)
pkgver = 0.14.0.0
@@ -31,7 +31,7 @@ pkgname = monero-git
backup = etc/monerod.conf
pkgname = libmonero-wallet-git
- provides = libmonero-wallet
+ provides = libmonero-wallet=0.14.0.0
conflicts = libmonero-wallet
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index abc09c24a4dc..f7de2bf8bd24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -129,7 +129,7 @@ package_monero-git() {
package_libmonero-wallet-git() {
- provides=('libmonero-wallet')
+ provides=("libmonero-wallet=$pkgver")
conflicts=('libmonero-wallet')
# NOTE: this is crucial, otherwise stripping breaks the .a archive: