Skip to content

Commit b9969bc

Browse files
authored
Update PKGBUILD
1 parent 644b80b commit b9969bc

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

PKGBUILD

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# Maintainer: Deep-sea <3800907852@qq.com>
12
# Maintainer: LuoTianyi_arm64 <2153585992@qq.com>
23
pkgname=02engine-bin
34
provides=('02engine')
4-
pkgver=1.0.7
5+
pkgver=
6+
fullver=
57
pkgrel=1
68
source=('.INSTALL::https://github.com/02engine/02engine-aur/releases/download/INSTALL/INSTALL')
79
pkgdesc='Mod of Scratch with a compiler and more features.02Engine.Better Scratch.Made from Turbowarp.'
@@ -12,9 +14,6 @@ depends=('alsa-lib' 'at-spi2-atk' 'at-spi2-core' 'cairo' 'dbus' 'expat' 'gcc-lib
1214
sha256sums=('2565e60d233d653206f33fc25b35c7b31b42d45c5fb1de7b28be966fae959d58')
1315
prepare(){
1416
cd "$srcdir"
15-
curl -OL "https://github.com/02engine/02engine-aur/releases/download/version-match/version-match"
16-
tag=`expr $(grep -n -x "${pkgver}" "version-match" | cut -d: -f1) + 1`
17-
fullver=$(awk "NR==${tag}" "version-match")
1817
curl -Lo "02engine-${pkgver}.deb" "https://github.com/02engine/desktop/releases/download/v${fullver}/02Engine-linux-amd64-${pkgver}.deb"
1918
}
2019
build() {

0 commit comments

Comments
 (0)