summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Stewart2019-09-01 19:22:25 -0500
committerS Stewart2019-09-01 19:22:25 -0500
commitfa1ba8863c840bbf73fbf860086fe9e01d8f336d (patch)
tree68f88bebe7ac14e4d7ea67aee91f5a1c43afc3f7
parent488b8ce1364e8ea869b2f627f4443d325d2c1cfd (diff)
downloadaur-fa1ba8863c840bbf73fbf860086fe9e01d8f336d.tar.gz
add md5, add desktop file as source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c633e21131eb..e57545048717 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gdlauncher-appimage
pkgdesc = Modded Minecraft launcher built with Electron/React
pkgver = v0.11.15
- pkgrel = 1
+ pkgrel = 2
url = https://gdevs.io
install = gdlauncher-appimage.install
arch = x86_64
@@ -12,7 +12,9 @@ pkgbase = gdlauncher-appimage
depends = gconf
depends = libindicator
depends = libappindicator
+ source = gdlauncher.desktop
source_x86_64 = GDLauncher-linux-setup.AppImage::https://github.com/gorilla-devs/GDLauncher/releases/download/v0.11.15/GDLauncher-linux-setup.AppImage
+ md5sums_x86_64 = 229c980bd01c27826ca61e9f4bcf3004
pkgname = gdlauncher-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 8d88b2026a60..8b7aec15f254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Special thanks to RyanTheAllmighty for making hyper-appimage
pkgname="gdlauncher-appimage"
pkgver="v0.11.15"
-pkgrel=1
+pkgrel=2
arch=('x86_64')
pkgdesc="Modded Minecraft launcher built with Electron/React"
url="https://gdevs.io"
@@ -14,6 +14,14 @@ source_x86_64=(
"GDLauncher-linux-setup.AppImage::https://github.com/gorilla-devs/GDLauncher/releases/download/${pkgver}/GDLauncher-linux-setup.AppImage"
)
+md5sums_x86_64=(
+ "229c980bd01c27826ca61e9f4bcf3004"
+)
+
+source=(
+ "gdlauncher.desktop"
+)
+
prepare() {
# mark as executable
chmod +x "${srcdir}/GDLauncher-linux-setup.AppImage"