summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiepee2021-09-27 10:36:13 +0200
committerMiepee2021-09-27 10:36:13 +0200
commit4daff3baf9d558cfa1ef5efb01ef8d8a61876941 (patch)
tree67f92789881fd5f0339b9e8f7754d9165c58d01b /PKGBUILD
parent67f9fc22bbcc0349d49e17d6160c8aa206311767 (diff)
downloadaur-4daff3baf9d558cfa1ef5efb01ef8d8a61876941.tar.gz
remove makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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")