summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrRac272019-07-10 10:12:40 +0200
committerDrRac272019-07-10 10:12:40 +0200
commit06be723464f511a9a95466c2e65e5ae9dbfed194 (patch)
treee96d4500db99130b07df5be3d838716c59d20e31 /PKGBUILD
parent05a1f53c164893ebb7fbddfb6a7a0fae1093c9a6 (diff)
downloadaur-vanity-monero.tar.gz
added conflicted package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ec64d909fb0..2a7b2cc2b55a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=vanity-monero
pkgver=0.2.7
-pkgrel=1
+pkgrel=2
pkgdesc="Generates vanity address for CryptoNote currencies. Currently only Monero main net and test net are supported."
arch=("x86_64" "i686")
url="https://github.com/monero-ecosystem/vanity-monero"
-makedepends=("go" "git")
license=("MIT")
+makedepends=("go" "git")
provides=("vanity-monero=$pkgver")
+conflicts=("vanity-monero")
source=("https://codeload.github.com/monero-ecosystem/vanity-monero/tar.gz/v$pkgver")
sha256sums=("b0f5bf201799ac35a9ddac73d832827876398c7cdfd353286bb282b00bd23e26")