summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-29 09:09:06 +0800
committerzxp198210052023-11-29 09:09:06 +0800
commitcc1bab12b294903d79487983e55bbb3384a9f90d (patch)
treee09de3c5b5db56ffdbb6d06f8a6384d02735fe99
parent1aa89e394637aaabfbdb111616ad7022d9fa4a16 (diff)
downloadaur-cc1bab12b294903d79487983e55bbb3384a9f90d.tar.gz
update to 0.1.2101
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48e0e0e1fd00..0523c48c0243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tjmc-launcher-bin
pkgdesc = A simple to use, extremely fast, and well supported app, that allows you to install pure and modded versions of Java Minecraft.
- pkgver = 0.1.2100
+ pkgver = 0.1.2101
pkgrel = 1
url = https://launcher.tjmc.ru/
arch = aarch64
@@ -8,15 +8,15 @@ pkgbase = tjmc-launcher-bin
license = MIT
depends = hicolor-icon-theme
depends = electron23
- provides = tjmc-launcher=0.1.2100
+ provides = tjmc-launcher=0.1.2101
conflicts = tjmc-launcher
- source = LICENSE-0.1.2100::https://raw.githubusercontent.com/tjmcraft/TJMC-Launcher/v0.1.2100/LICENSE
+ source = LICENSE-0.1.2101::https://raw.githubusercontent.com/tjmcraft/TJMC-Launcher/v0.1.2101/LICENSE
source = tjmc-launcher.sh
sha256sums = 1a25e3b0f4bf16543e5f802cf6d9d189bcae27617ca8be936ad866a8955d9ce6
sha256sums = a99e67b077a4a23e520296db9ddd7851f93f08709e461c02c79298a47bde7d90
- source_aarch64 = tjmc-launcher-0.1.2100-aarch64.deb::https://github.com/tjmcraft/TJMC-Launcher/releases/download/v0.1.2100/TJMC-Launcher-setup-arm64.deb
- sha256sums_aarch64 = 5b8245c6f14a466e62905f3d4952ff0be6fb342517da889803ee3690f623d68f
- source_x86_64 = tjmc-launcher-0.1.2100-x86_64.deb::https://github.com/tjmcraft/TJMC-Launcher/releases/download/v0.1.2100/TJMC-Launcher-setup-amd64.deb
- sha256sums_x86_64 = 6d8530ad4d096de4ed18c019b537d00204c478255a421ca7526e4f9f4f37d1e5
+ source_aarch64 = tjmc-launcher-0.1.2101-aarch64.deb::https://github.com/tjmcraft/TJMC-Launcher/releases/download/v0.1.2101/TJMC-Launcher-setup-arm64.deb
+ sha256sums_aarch64 = 5af70ff5040e990bd698160c1e952123275ce1530e21a80658f7a53d0c97df7a
+ source_x86_64 = tjmc-launcher-0.1.2101-x86_64.deb::https://github.com/tjmcraft/TJMC-Launcher/releases/download/v0.1.2101/TJMC-Launcher-setup-amd64.deb
+ sha256sums_x86_64 = 3ccc3d43a7c703a35c6019a458e6d68961611e5f9906596c20b813cd3170870f
pkgname = tjmc-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index d283a4d9eb58..f6ebdeb99fb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=tjmc-launcher-bin
_pkgname=TJMC-Launcher
-pkgver=0.1.2100
+pkgver=0.1.2101
pkgrel=1
pkgdesc="A simple to use, extremely fast, and well supported app, that allows you to install pure and modded versions of Java Minecraft."
arch=(
@@ -25,8 +25,8 @@ source=(
)
sha256sums=('1a25e3b0f4bf16543e5f802cf6d9d189bcae27617ca8be936ad866a8955d9ce6'
'a99e67b077a4a23e520296db9ddd7851f93f08709e461c02c79298a47bde7d90')
-sha256sums_aarch64=('5b8245c6f14a466e62905f3d4952ff0be6fb342517da889803ee3690f623d68f')
-sha256sums_x86_64=('6d8530ad4d096de4ed18c019b537d00204c478255a421ca7526e4f9f4f37d1e5')
+sha256sums_aarch64=('5af70ff5040e990bd698160c1e952123275ce1530e21a80658f7a53d0c97df7a')
+sha256sums_x86_64=('3ccc3d43a7c703a35c6019a458e6d68961611e5f9906596c20b813cd3170870f')
build() {
bsdtar -xf "${srcdir}/data.tar.gz"
sed "s|/opt/${_pkgname}/${pkgname%-bin} %U|${pkgname%-bin}|g" -i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"