summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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