summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 821710bcdc50..0781a56f943e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=libtransistor-git
pkgver=1.1.0.r256.g383d582
pkgrel=2
pkgdesc="Nintendo Switch homebrew toolchain"
-arch=('x86_64')
+arch=('any')
url="https://github.com/ReSwitched/libtransistor"
license=('ISC')
groups=('base-devel')
@@ -18,7 +18,7 @@ makedepends=('git'
provides=("libtransistor")
conflicts=("libtransistor-bin")
options=(!'strip' !'buildflags')
-source=("git+https://github.com/ReSwitched/libtransistor.git")
+source=("git+https://github.com/ReSwitched/libtransistor.git#branch=development")
md5sums=("SKIP")
prepare()