summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD22
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b98a8c4d17ed..2a508354c675 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = am2rlauncher-git
pkgdesc = Application for installing the latest Community Updates, APKs and Mods for AM2R.
pkgver = 2.1.2.r5.200cc93
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AM2R-Community-Developers/AM2RLauncher
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 449eb99076b1..9bf2f0211803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Miepee <janbidler00 at tutanota dot com>
pkgname=am2rlauncher-git
pkgver=2.1.2.r5.200cc93
-pkgrel=1
+pkgrel=2
pkgdesc="Application for installing the latest Community Updates, APKs and Mods for AM2R."
arch=(x86_64)
url="https://github.com/AM2R-Community-Developers/AM2RLauncher"
@@ -35,17 +35,17 @@ package() {
cp -Rf AM2RLauncher/AM2RLauncher/AM2RLauncher.Gtk/bin/release/net5.0/ubuntu.18.04-x64/publish/* "$pkgdir/opt/am2rlauncher/"
cp -f "AM2RLauncher/AM2RLauncher/AM2RLauncher.Gtk/icon64.ico" "$pkgdir/opt/am2rlauncher/AM2RLauncher.ico"
- ln -sf "$pkgdir/opt/am2rlauncher/AM2RLauncher" "$pkgdir/usr/bin/AM2RLauncher"
+ ln -sf "/opt/am2rlauncher/AM2RLauncher" "$pkgdir/usr/bin/AM2RLauncher"
# Adding desktop entry
mkdir -p "$pkgdir/usr/share/applications/"
- echo "[Desktop Entry]
- Type=Application
- Categories=Game
- Encoding=UTF-8
- Name=AM2RLauncher
- Comment=A front-end application that simplifies installing the latest AM2R-Community-Updates, creating APKs for Android use, as well as Mods for AM2R.
- Exec=AM2RLauncher
- Icon=/opt/am2rlauncher/AM2RLauncher.ico
- Terminal=false" > "$pkgdir/usr/share/applications/am2rlauncher.desktop"
+ echo "[Desktop Entry]
+Type=Application
+Categories=Game
+Encoding=UTF-8
+Name=AM2RLauncher
+Comment=A front-end application that simplifies installing the latest AM2R-Community-Updates, creating APKs for Android use, as well as Mods for AM2R.
+Exec=AM2RLauncher
+Icon=/opt/am2rlauncher/AM2RLauncher.ico
+Terminal=false" > "$pkgdir/usr/share/applications/am2rlauncher.desktop"
}