summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2017-09-24 23:19:15 -0400
committerredfish2017-09-24 23:19:15 -0400
commit0c63ddfa3f0d59b49811accd204bc1d78a5713c4 (patch)
tree3996454b85fdc5a8dca11950d2efd42ee26beeb4
parent308101cfeb2d164813986131e9c7f5eea99ec0b9 (diff)
downloadaur-0c63ddfa3f0d59b49811accd204bc1d78a5713c4.tar.gz
add release packages to conflicts array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be158896c9e4..395b39a122c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Sep 25 03:15:13 UTC 2017
+# Mon Sep 25 03:18:29 UTC 2017
pkgbase = monero-git
pkgdesc = Peer-to-peer anonymous digital currency (daemon, CLI wallet, and wallet API library)
pkgver = 0.11.0.0
@@ -26,9 +26,11 @@ pkgbase = monero-git
pkgname = monero-git
install = monero.install
provides = monero
+ conflicts = monero
backup = etc/monerod.conf
pkgname = libmonero-wallet-git
provides = libmonero-wallet
+ conflicts = libmonero-wallet
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 0a14e1f193b5..8e9ac40e68d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -81,6 +81,7 @@ check() {
package_monero-git() {
provides=('monero')
+ conflicts=('monero')
backup=('etc/monerod.conf')
install=monero.install
@@ -101,6 +102,7 @@ package_monero-git() {
package_libmonero-wallet-git() {
provides=('libmonero-wallet')
+ conflicts=('libmonero-wallet')
# NOTE: this is crucial, otherwise stripping breaks the .a archive:
# monero-core (GUI) fails to link against it (it can't find symbols