summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL. Stingray2022-01-05 12:42:04 +0100
committerL. Stingray2022-01-05 12:42:04 +0100
commit241f24cf1a7befa7f09b8e2a1a039d112691bd77 (patch)
treea03d4a63aa8c99c594943c621cb8fce3664a822f
parentfb14defa49bf78b6ffb89fd5e491e55254820404 (diff)
downloadaur-241f24cf1a7befa7f09b8e2a1a039d112691bd77.tar.gz
3.0.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26b3023e55e4..07aba809fc82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gb-studio-bin
pkgdesc = Visual retro game maker
- pkgver = 1.2.1
+ pkgver = 3.0.2
pkgrel = 1
url = https://gbstudio.dev
arch = x86_64
@@ -19,8 +19,7 @@ pkgbase = gb-studio-bin
replaces = gb-studio
options = !strip
options = !emptydirs
- source = https://github.com/chrismaltby/gb-studio/releases/download/v1.2.1/GB-Studio-Linux-DEB-1.2.1.zip
- sha512sums = 342ec9c823f2432a824b5aa06303ecca48bc93dfe12d0d5a3f34f13eec66f2a0de94ea664afe008ca6b3c5cc2ab8be76766e65f4da5ab7ef27793af993fe3ee9
+ source = https://github.com/chrismaltby/gb-studio/releases/download/v3.0.2/gb-studio-linux-debian.deb
+ sha512sums = 5fd58f2fcdf7d5e44c80fcd512681765f193608bdf190f6cd9ef15c7f4d6144b5a78208f1aea413b943f6f7416d461b0c08f713bd79b225bf1c1d0afee8d266d
pkgname = gb-studio-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 902d00a28c32..0d943386cf2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Valentijn V. <neko at catgirlsin dot space>
pkgname=gb-studio-bin
_pkgname=GB-Studio
-pkgver=1.2.1
+pkgver=3.0.2
pkgrel=1
pkgdesc="Visual retro game maker"
arch=('x86_64')
@@ -13,11 +13,11 @@ provides=('gb-studio')
depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'util-linux' 'trash-cli')
optdepends=('pulseaudio: sound support')
options=('!strip' '!emptydirs')
-source=("https://github.com/chrismaltby/gb-studio/releases/download/v${pkgver}/${_pkgname}-Linux-DEB-${pkgver}.zip")
-sha512sums=('342ec9c823f2432a824b5aa06303ecca48bc93dfe12d0d5a3f34f13eec66f2a0de94ea664afe008ca6b3c5cc2ab8be76766e65f4da5ab7ef27793af993fe3ee9')
+source=("https://github.com/chrismaltby/gb-studio/releases/download/v${pkgver}/gb-studio-linux-debian.deb")
+sha512sums=('5fd58f2fcdf7d5e44c80fcd512681765f193608bdf190f6cd9ef15c7f4d6144b5a78208f1aea413b943f6f7416d461b0c08f713bd79b225bf1c1d0afee8d266d')
prepare(){
- bsdtar -xf gb-studio-master-linux_x86_64.deb
+ bsdtar -xf gb-studio-linux-debian.deb
}
package(){