summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiepee2021-07-13 20:22:03 +0200
committerMiepee2021-07-13 20:22:03 +0200
commit479b96bc5f4ca569a9ebea55d90a5c6c8e3a62d6 (patch)
treeef1de43eb5703274bb83a084196fc408138d06a7
parentb2480646f36df20605a32dc355f3ffe5b93a061b (diff)
downloadaur-479b96bc5f4ca569a9ebea55d90a5c6c8e3a62d6.tar.gz
get rid of debug file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcc0eada6bc4..ec5c9b2e03c0 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.0.r2.e97d335
- pkgrel = 2
+ pkgver = 2.1.0.r4.137c25b
+ pkgrel = 1
url = https://github.com/AM2R-Community-Developers/AM2RLauncher
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 4c7d07702665..84aadbbc5277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Miepee <janbidler00 at tutanota dot com>
pkgname=am2rlauncher-git
-pkgver=2.1.0.r2.e97d335
-pkgrel=2
+pkgver=2.1.0.r4.137c25b
+pkgrel=1
pkgdesc="Application for installing the latest Community Updates, APKs and Mods for AM2R."
arch=(x86_64)
url="https://github.com/AM2R-Community-Developers/AM2RLauncher"
@@ -22,14 +22,13 @@ pkgver() {
build() {
cd "AM2RLauncher/AM2RLauncher/"
- dotnet publish AM2RLauncher.Gtk -p:PublishSingleFile=true -c release -r ubuntu.18.04-x64 --no-self-contained
+ dotnet publish AM2RLauncher.Gtk -p:PublishSingleFile=true -p:DebugType=embedded -c release -r ubuntu.18.04-x64 --no-self-contained
}
package() {
- # remame files properly
+ # remame file properly
mv -f AM2RLauncher/AM2RLauncher/AM2RLauncher.Gtk/bin/release/net5.0/ubuntu.18.04-x64/publish/AM2RLauncher.Gtk AM2RLauncher/AM2RLauncher/AM2RLauncher.Gtk/bin/release/net5.0/ubuntu.18.04-x64/publish/AM2RLauncher
- mv -f AM2RLauncher/AM2RLauncher/AM2RLauncher.Gtk/bin/release/net5.0/ubuntu.18.04-x64/publish/AM2RLauncher.Gtk.pdb AM2RLauncher/AM2RLauncher/AM2RLauncher.Gtk/bin/release/net5.0/ubuntu.18.04-x64/publish/AM2RLauncher.pdb
mkdir -p "$pkgdir/usr/bin/"
mkdir -p "$pkgdir/opt/am2rlauncher/"