summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNoel Jacob2023-08-07 23:49:48 +0530
committerNoel Jacob2023-08-07 23:50:10 +0530
commit5908c81bf46b1587127b56dea39f8b265c6fac20 (patch)
tree68ae6bbcb852bbc1d5bccf6871c52d83e86d620e /PKGBUILD
parentd85ba717083bc4d6c936f56387a4bf8760929fa2 (diff)
downloadaur-ton.tar.gz
init fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e54371b0b360..5bdb2b5c07d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
# Maintainer: Noel Jacob
# Contributor: neodiX (original PKGBUILD)
-pkgname=ton-bin
+pkgname=ton
pkgver=2023.06
pkgrel=1
pkgdesc="Ultra-scalable blockchain, designed by Telegram to onboard billions of users."
arch=('x86_64')
url="https://github.com/ton-blockchain/ton"
license=('LGPL2')
+provides=('ton')
+conflicts=('ton-bin')
source=("${pkgname}.tar.gz::https://github.com/ton-blockchain/packages/releases/latest/download/ton-linux-x86-64.tar.gz")
sha256sums=('SKIP')