summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexei Colin2019-10-13 12:51:59 -0400
committerAlexei Colin2019-10-13 12:51:59 -0400
commitc9afcf3b0580347f154d0e5bbf062e91e31b2863 (patch)
tree8b501bd0c19d1cb68e3117ac644fadb462e09ba0 /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
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"