diff options
author | CrankySupertoon | 2020-10-10 10:11:54 -0400 |
---|---|---|
committer | CrankySupertoon | 2020-10-10 10:11:54 -0400 |
commit | b2d34fbc48aeb456ecccb5bbed99a438fd58c07e (patch) | |
tree | be230fdc592f1f58d6e4bb59b1d10d6a58519af8 | |
parent | e3ac434cc34110f289a2ceb9b6f38258fd1d48a2 (diff) | |
download | aur-b2d34fbc48aeb456ecccb5bbed99a438fd58c07e.tar.gz |
v1011
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = gdlauncher pkgdesc = GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience - pkgver = 1.0.10 + pkgver = 1.0.11 pkgrel = 1 url = https://gdevs.io arch = x86_64 @@ -1,9 +1,9 @@ # Maintainer: S Stewart <tda@null.net> # Maintainer: Cranky Supertoon <crankysupertoon@gmail.com> pkgname="gdlauncher" -pkgver="1.0.10" +pkgver="1.0.11" pkgrel=1 -commitsha="15ea210d610611cf6effe0d3c7aa1bccceecbb6e" +commitsha="8c3569a63f240da3abb1ea4aba4f4597b1805bd4" arch=('x86_64') pkgdesc="GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience" url="https://gdevs.io" @@ -20,7 +20,7 @@ prepare() { git checkout origin/master git switch master git reset --hard ${commitsha} - + # generate .desktop gendesk --pkgname "GDLauncher" --pkgdesc "${pkgdesc}" --icon ${pkgname} --exec "/usr/bin/${pkgname}" -n -f mv "GDLauncher.desktop" "${pkgname}.desktop" |