summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2016-09-03 02:35:26 +0000
committerredfish2016-09-03 02:35:26 +0000
commit48295cf6bd47730d241df9ff60d18284f126b3c9 (patch)
tree60a0559e938168823a1f92a0d55a9589d62a9fda
parent8a022c08b1721ee81ffe0ed73d54693ce87fc37a (diff)
downloadaur-48295cf6bd47730d241df9ff60d18284f126b3c9.tar.gz
provides,conflicts are lists of package names
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 468fdd34d12e..c4e97d117151 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 29 03:21:38 UTC 2016
+# Sat Sep 3 02:35:16 UTC 2016
pkgbase = bitmonero-git
pkgdesc = Peer-to-peer network based anonymous digital currency (includes deaemon, wallet and miner)
- pkgver = 0.9.4
- pkgrel = 4
+ pkgver = 0.9.4.r612.g04906e6
+ pkgrel = 1
url = https://getmonero.org/
install = bitmonero.install
arch = x86_64
@@ -17,12 +17,8 @@ pkgbase = bitmonero-git
depends = unbound>=1.4.16
depends = miniupnpc>=1.6
depends = libunwind
- provides = bitmonerod
- provides = simplewallet
- provides = simpleminer
- conflicts = bitmonerod
- conflicts = simplewallet
- conflicts = simpleminer
+ provides = bitmonero
+ conflicts = bitmonero
backup = etc/bitmonerod.conf
source = bitmonero::git+https://github.com/monero-project/bitmonero.git
source = bitmonerod.service
diff --git a/PKGBUILD b/PKGBUILD
index 9afb23d232af..961dfeff8de5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ makedepends=('git' 'cmake' 'boost')
pkgdesc="Peer-to-peer network based anonymous digital currency (includes deaemon, wallet and miner)"
-provides=('bitmonerod' 'simplewallet' 'simpleminer')
-conflicts=('bitmonerod' 'simplewallet' 'simpleminer')
+provides=('bitmonero')
+conflicts=('bitmonero')
source=("$_gitname::git+https://github.com/monero-project/bitmonero.git"
"bitmonerod.service"
"bitmonerod.conf"