summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57d62fc463cf..a2602d03e496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JKA Network (JoseluCross, Kprkpr, Yukialba) <contacto@jkanetwork.com>
pkgname=x-tools-armv6-bin
-pkgver=20160713
-pkgrel=2
+pkgver=20170116
+pkgrel=1
pkgdesc="crosstool-ng toolchain - x-tools package for armv6h compiling"
arch=('x86_64')
url="https://archlinuxarm.org/wiki/Distcc_Cross-Compiling"
@@ -16,4 +16,4 @@ noextract=('x-tools6h.tar.xz')
package() {
mkdir -p "$pkgdir/usr/x-tools"
tar -Jxf "$srcdir/x-tools6h.tar.xz" -C "$pkgdir/usr/x-tools"
-} \ No newline at end of file
+}