summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Jacob2023-08-07 23:47:40 +0530
committerNoel Jacob2023-08-07 23:47:40 +0530
commitd85ba717083bc4d6c936f56387a4bf8760929fa2 (patch)
tree4e65b327848666153b80e74667fde8dd950d7a03
parentfaddde70f837516621cec39af56ed87a41f73870 (diff)
downloadaur-d85ba717083bc4d6c936f56387a4bf8760929fa2.tar.gz
init
-rwxr-xr-x.SRCINFO11
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b75198952ab..923cc32cc26d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
-pkgbase = ton
- pkgdesc = TON (The Open Network) binary artifacts - Ultra-scalable blockchain, designed by Telegram to onboard billions of users.
- pkgver = v2023.04
+pkgbase = ton-bin
+ pkgdesc = Ultra-scalable blockchain, designed by Telegram to onboard billions of users.
+ pkgver = 2023.06
pkgrel = 1
url = https://github.com/ton-blockchain/ton
arch = x86_64
license = LGPL2
- depends = pacman>5
- source = ton-bin.tar.gz::https://github.com/neodiX42/rpm-repo/releases/latest/download/ton-linux-x86-64.tar.gz
+ source = ton-bin.tar.gz::https://github.com/ton-blockchain/packages/releases/latest/download/ton-linux-x86-64.tar.gz
sha256sums = SKIP
-pkgname = ton
+pkgname = ton-bin
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() {