summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCranky Supertoon2020-06-08 16:27:27 -0400
committerCranky Supertoon2020-06-08 16:27:27 -0400
commitff2a430cb939c0a3c3bd17bfb9941918e08ad15f (patch)
tree1233083768f2ba4f71b11c62eff60e3948c92cbe
parentda028762f3fe27ff1ba20dbc61c79e626c351810 (diff)
downloadaur-ff2a430cb939c0a3c3bd17bfb9941918e08ad15f.tar.gz
fix 1.0.6
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96177f4bc2df..6243287f7739 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gdlauncher-bin
pkgdesc = GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
pkgver = 1.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://gdevs.io
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 704b40fb2a1f..732be944511b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,10 @@
# Special thanks to RyanTheAllmighty for making hyper-appimage
pkgname="gdlauncher-bin"
_pkgname="gdlauncher"
-pkgver="1.0.6”
-pkgrel=1
+pkgver="1.0.6"
+pkgrel=2
arch=('x86_64')
-pkgdesc="GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
-"
+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')
@@ -50,4 +49,4 @@ package() {
# link the binary
install -d -m755 "${pkgdir}/usr/bin"
ln -sr "${pkgdir}/opt/${pkgname}/${_pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-}
+} \ No newline at end of file