summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNoel Jacob2023-08-07 23:47:40 +0530
committerNoel Jacob2023-08-07 23:47:40 +0530
commitd85ba717083bc4d6c936f56387a4bf8760929fa2 (patch)
tree4e65b327848666153b80e74667fde8dd950d7a03 /PKGBUILD
parentfaddde70f837516621cec39af56ed87a41f73870 (diff)
downloadaur-d85ba717083bc4d6c936f56387a4bf8760929fa2.tar.gz
init
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a60df5ecf62..e54371b0b360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
-pkgname=ton
-pkgver=v2023.04
+# Maintainer: Noel Jacob
+# Contributor: neodiX (original PKGBUILD)
+pkgname=ton-bin
+pkgver=2023.06
pkgrel=1
-pkgdesc="The Open Network"
+pkgdesc="Ultra-scalable blockchain, designed by Telegram to onboard billions of users."
arch=('x86_64')
url="https://github.com/ton-blockchain/ton"
license=('LGPL2')
-depends=(
- 'pacman>5'
-)
-source=("${pkgname}.tar.gz::https://github.com/neodiX42/rpm-repo/releases/latest/download/ton-linux-x86-64.tar.gz")
+source=("${pkgname}.tar.gz::https://github.com/ton-blockchain/packages/releases/latest/download/ton-linux-x86-64.tar.gz")
sha256sums=('SKIP')
package() {