summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrankySupertoon2020-05-19 17:56:54 -0400
committerCrankySupertoon2020-05-19 17:56:54 -0400
commit3e744f0f22e4b1a29ec105c6129219feeef05afa (patch)
tree0ea9d2ce874c9f9f1857aa595ffe2705c2461607
parentc37336f26d7ee48c301aeb322477c626e78ca834 (diff)
downloadaur-3e744f0f22e4b1a29ec105c6129219feeef05afa.tar.gz
1.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0896318953e..230a6ce1c759 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,21 @@
pkgbase = gdlauncher-bin
pkgdesc = GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
- pkgver = 1.0.0
+ pkgver = 1.0.3
pkgrel = 1
url = https://gdevs.io
arch = x86_64
license = GPL3
makedepends = gendesk
makedepends = wget
- makedepends = gendesk
depends = libnotify
depends = libxss
depends = libxtst
depends = libindicator-gtk3
depends = libappindicator-gtk3
- source_x86_64 = GDLauncher-linux-setup.zip::https://github.com/gorilla-devs/GDLauncher/releases/download/v1.0.0/GDLauncher-linux-setup.zip
+ conflicts = gdlauncher-appimage
+ conflicts = gdlauncher
+ conflicts = gdlauncher-git
+ source_x86_64 = GDLauncher-linux-setup.zip::https://github.com/gorilla-devs/GDLauncher/releases/download/v1.0.3/GDLauncher-linux-setup.zip
md5sums_x86_64 = SKIP
pkgname = gdlauncher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 60fb8ef7ed76..6694c184d4c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Special thanks to RyanTheAllmighty for making hyper-appimage
pkgname="gdlauncher-bin"
_pkgname="gdlauncher"
-pkgver="1.0.0"
+pkgver="1.0.3"
pkgrel=1
arch=('x86_64')
pkgdesc="GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
"
url="https://gdevs.io"
license=('GPL3')
-makedepends=('gendesk' 'wget' 'gendesk')
+makedepends=('gendesk' 'wget')
depends=('libnotify' 'libxss' 'libxtst' 'libindicator-gtk3' 'libappindicator-gtk3')
-
+conflicts=('gdlauncher-appimage' 'gdlauncher' 'gdlauncher-git')
source_x86_64=(
"GDLauncher-linux-setup.zip::https://github.com/gorilla-devs/GDLauncher/releases/download/v${pkgver}/GDLauncher-linux-setup.zip"
)