summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2017-09-01 12:30:08 +0200
committerPeter Ivanov2017-09-01 12:30:08 +0200
commit35217d42a2c7bab0320b38b4d5c853e4795806a0 (patch)
tree169a6434e6aca16c8ec94f4bbd25f0323a908ccb
parentb43d796b3f32e8e4f8cae3ddbc710e3f747e17c7 (diff)
downloadaur-35217d42a2c7bab0320b38b4d5c853e4795806a0.tar.gz
Architecture armv7h was added.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf0718808810..25bfce145d5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
+# Generated by mksrcinfo v8
+# Fri Sep 1 10:30:08 UTC 2017
pkgbase = tclx
pkgdesc = Provides OS primitives, file scanning, data records etc. for Tcl
pkgver = 8.4.1
- pkgrel = 6
+ pkgrel = 7
url = http://tclx.sourceforge.net
arch = i686
arch = x86_64
arch = armv6h
+ arch = armv7h
license = BSD
depends = tcl=8.6.7
depends = tk
diff --git a/PKGBUILD b/PKGBUILD
index 3ed44def1468..dc6e31c24428 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=tclx
pkgver=8.4.1
_tclsrcver=8.6.7
-pkgrel=6
+pkgrel=7
pkgdesc="Provides OS primitives, file scanning, data records etc. for Tcl"
url="http://tclx.sourceforge.net"
-arch=('i686' 'x86_64' 'armv6h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
license=('BSD')
depends=('tcl=8.6.7' 'tk')
source=("http://downloads.sourceforge.net/sourceforge/tclx/tclx${pkgver}.tar.bz2" \