summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Marquesi Lerner2022-08-29 22:47:42 -0300
committerIvan Marquesi Lerner2022-08-29 22:47:42 -0300
commitb33013460a89ec1a8f203c1b58c0c62e59f93467 (patch)
tree0aecab4f56c5238e49e829d8b59102344057f970 /PKGBUILD
parent13a391565f6e37814a2054e3abeea6b9dd7ee034 (diff)
downloadaur-b33013460a89ec1a8f203c1b58c0c62e59f93467.tar.gz
Update pkgrel and conflict with spl-token
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be312e4d2a8f..338c15410f51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@ pkgname=solana
pkgver=1.10.38
_tokenver=2.0.17
_rustver=1.59.0
-pkgrel=2
+pkgrel=1
pkgdesc="A fast, secure, and censorship resistant blockchain."
url="https://www.solana.com"
arch=('x86_64')
license=('Apache')
depends=()
makedepends=("rustup" "clang")
-conflicts=("solana-bin")
-provides=("solana")
+conflicts=("solana-bin" "spl-token-cli")
+provides=("solana" "spl-token")
source=("$pkgname-$pkgver.tar.gz::https://github.com/solana-labs/$pkgname/archive/v$pkgver.tar.gz"
"spl-token-cli-$_tokenver.tar.gz::https://github.com/solana-labs/solana-program-library/archive/refs/tags/token-cli-v$_tokenver.tar.gz")
sha256sums=('276a5a7e12208770954e9bfa86339f49943767e9ad869fe6dd20bd7a4dfc4ea4'