Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-08-28 16:21:06 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-08-28 16:21:06 +0200
commita8b0b413a17816853baa51ca0b1e8a80ad109399 (patch)
treea522e29a9a4dbc7a11c8eeec8eb242d8c4bccffd /extra
parent4e4c6dd9594afadd4d1416e58f45a236592ec428 (diff)
extra/libunwind: remove texlive-core on makedepends and added texlive-binextra
Diffstat (limited to 'extra')
-rw-r--r--extra/libunwind/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libunwind/PKGBUILD b/extra/libunwind/PKGBUILD
index a2ebca7e..81acc9fe 100644
--- a/extra/libunwind/PKGBUILD
+++ b/extra/libunwind/PKGBUILD
@@ -1,4 +1,4 @@
# no TeX for documentation on i486
-makedepends=(${makedepends[@]//texlive-core/})
-makedepends_i686+=(texlive-core)
+makedepends=(${makedepends[@]//texlive-binextra/})
+makedepends_i686+=(texlive-binextra)
makedepends_pentium4=("${makedepends_i686[@]}")