summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexei Colin2019-10-13 12:51:59 -0400
committerAlexei Colin2019-10-13 12:51:59 -0400
commitc9afcf3b0580347f154d0e5bbf062e91e31b2863 (patch)
tree8b501bd0c19d1cb68e3117ac644fadb462e09ba0
parent109167f7174008f82851a93c011775310e347995 (diff)
downloadaur-c9afcf3b0580347f154d0e5bbf062e91e31b2863.tar.gz
makedeps: re-add lib32-glibc
Needed as reported on AUR. Looks like specific version is no longer needed, but the package is still needed.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b45b431e31b..392eaccd26f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ti-cgt-arm
url = http://www.ti.com/tool/ARM-CGT
arch = x86_64
license = custom
+ makedepends = lib32-glibc
optdepends = ccstudio
options = !strip
options = libtool
diff --git a/PKGBUILD b/PKGBUILD
index 7334809954e0..3b690b0b4ef0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,9 @@ arch=('x86_64')
url="http://www.ti.com/tool/ARM-CGT"
license=('custom')
+# lib32-glibc needed for the installer
+makedepends=('lib32-glibc')
+
optdepends=('ccstudio')
_installer="ti_cgt_tms470_${pkgver}_linux_installer_x86.bin"