Package Details: atlauncher-git 3.3.5.2.r650.g813f828e-1

Git Clone URL: https://aur.archlinux.org/atlauncher-git.git (read-only, click to copy)
Package Base: atlauncher-git
Description: A Launcher for Minecraft which integrates multiple different ModPacks to allow you to download and install ModPacks easily and quickly.
Upstream URL: https://atlauncher.com/
Licenses: GPL3
Conflicts: atlauncher
Provides: atlauncher
Submitter: Camas
Maintainer: None
Last Packager: Camas
Votes: 2
Popularity: 0.000714
First Submitted: 2019-09-25 19:03 (UTC)
Last Updated: 2020-07-09 23:30 (UTC)

Dependencies (6)

Required by (0)

Sources (4)

Latest Comments

DHouck commented on 2021-10-15 07:42 (UTC)

This doesnʼt build in a clean chroot, because if you sanitize the environment you donʼt have access to X. You canfix this to not run tests:

diff --git i/PKGBUILD w/PKGBUILD
index 70d48cf..bf9cf23 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -4,7 +4,7 @@
 # Contributor: Maximilian Berger <snowdragon92 at gmail dot com>

 pkgname=atlauncher-git
-pkgver=3.3.5.2.r650.g813f828e
+pkgver=v3.4.2.6.r350.ge6b9bc91
 pkgrel=1
 pkgdesc="A Launcher for Minecraft which integrates multiple different ModPacks to allow you to download and install ModPacks easily and quickly."
 arch=(any)
@@ -33,7 +33,7 @@ pkgver() {

 build() {
    cd "$srcdir/ATLauncher"
-   gradle build
+   gradle build -x test
 }

 package() {

Camas commented on 2020-07-09 23:36 (UTC)

Cheers, fixed.

homemmakako commented on 2020-07-09 00:38 (UTC) (edited on 2020-07-09 00:42 (UTC) by homemmakako)

Just wanted to point this is no longer working. As of https://github.com/ATLauncher/ATLauncher/commit/a64b1010727e6800325188358a9db7dfbc95f83f the version in build.gradle is no longer static making grep in install at package() return empty, and therefore trying to install "ATLauncher-.jar"

Kage-Yami commented on 2019-09-30 07:52 (UTC)

Thanks for providing this package - however, could you please add git as a make dependency? This would allow AUR helpers that build in clean chroot (e.g. aurto / aurutils) to build this package.