summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaden Kline2018-08-30 20:27:13 -0400
committerCaden Kline2018-08-30 20:27:13 -0400
commit1b67996d9bd8226fed8ba5d566d92feab7a82688 (patch)
tree0baeb053969378c1f12765382234972f75f5825f
parent971e3c13d2986fff6f7ad09132d712671872fa9c (diff)
downloadaur-1b67996d9bd8226fed8ba5d566d92feab7a82688.tar.gz
Update for 2.1.0
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD4
2 files changed, 24 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c4cbb757fe5..a3e65834e157 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,3 +20,25 @@ pkgbase = libtransistor-bin
pkgname = libtransistor-bin
+pkgbase = libtransistor-bin
+ pkgdesc = Nintendo Switch homebrew toolchain
+ pkgver = v2.1.0
+ pkgrel = 1
+ url = https://github.com/reswitched/libtransistor
+ install = libtransistor-bin.install
+ arch = any
+ groups = base-devel
+ license = ISC
+ depends = clang
+ depends = lld
+ depends = squashfs-tools
+ depends = python-pyelftools
+ depends = python-lz4
+ provides = libtransistor
+ conflicts = libtransistor-git
+ options = !strip
+ source = https://github.com/reswitched/libtransistor/releases/download/v2.1.0/libtransistor_v2.1.0.tar.gz
+ md5sums = 8327677b8bbf048e79adf8fd7aaeaaca
+
+pkgname = libtransistor-bin
+
diff --git a/PKGBUILD b/PKGBUILD
index fd72b61d91be..c4a23af7bfb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Pokemod97 cadenkline9@gmail.com
# Maintainer: Qyriad qyriad@gmail.com
pkgname=libtransistor-bin
-pkgver=v2.0.0
+pkgver=v2.1.0
pkgrel=1
epoch=
pkgdesc="Nintendo Switch homebrew toolchain"
@@ -26,7 +26,7 @@ backup=()
options=(!'strip')
install=libtransistor-bin.install
source=("https://github.com/reswitched/libtransistor/releases/download/$pkgver/libtransistor_${pkgver}.tar.gz")
-md5sums=('ab388c988f26a30ecbf6233b0198683c')
+md5sums=('8327677b8bbf048e79adf8fd7aaeaaca')
validpgpkeys=()
package() {