summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiepee2021-09-27 10:36:13 +0200
committerMiepee2021-09-27 10:36:13 +0200
commit4daff3baf9d558cfa1ef5efb01ef8d8a61876941 (patch)
tree67f92789881fd5f0339b9e8f7754d9165c58d01b
parent67f9fc22bbcc0349d49e17d6160c8aa206311767 (diff)
downloadaur-4daff3baf9d558cfa1ef5efb01ef8d8a61876941.tar.gz
remove makedeps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff8c5d55e9e6..a09d2b26fc14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = am2rlauncher
pkgdesc = Application for installing the latest Community Updates, APKs and Mods for AM2R.
pkgver = 2.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AM2R-Community-Developers/AM2RLauncher
arch = x86_64
license = GPL3
- makedepends = git
- makedepends = dotnet-sdk>=5
depends = dotnet-runtime>=5
depends = gtk3
depends = libappindicator-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 546a909197d9..2225fe5af97e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Miepee <janbidler00 at tutanota dot com>
pkgname=am2rlauncher
pkgver=2.1.2
-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"
license=('GPL3')
depends=('dotnet-runtime>=5' 'gtk3' 'libappindicator-gtk3' 'webkit2gtk' 'openssl' 'icu' 'xdelta3' 'fuse2' 'lib32-libpulse' 'lib32-openal')
-makedepends=('git' 'dotnet-sdk>=5')
optdepends=('jre-openjdk: Creating APKs')
conflicts=('am2rlauncher-git')
source=("https://github.com/AM2R-Community-Developers/AM2RLauncher/releases/download/$pkgver/AM2RLauncher_${pkgver}_lin.zip" "AM2RLauncher.ico::https://github.com/AM2R-Community-Developers/AM2RLauncher/raw/$pkgver/AM2RLauncher/AM2RLauncher.Gtk/icon64.ico")