summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoréclairevoyant2023-02-10 06:19:33 -0500
committeréclairevoyant2023-02-10 06:19:33 -0500
commit4ed4506887bfd27c4e88df9b2086ba3d42bdfaf5 (patch)
tree422a908e303e43d2342886a69d2217d1280ed563 /PKGBUILD
parentd0add3d5b09aed89224d38d3034bada743e76b26 (diff)
downloadaur-lib32-pangox-compat.tar.gz
lib32-pangox-compat: remove base-devel makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9f7632b68d2..bb8992ceaf78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64')
url='http://www.pango.org/'
license=('LGPL')
depends=('pango' 'lib32-pango' "$_pkgname")
-makedepends=('git' 'gcc-multilib' 'pkgconf')
+makedepends=('git' 'gcc-multilib')
source=("git+https://gitlab.gnome.org/Archive/$_pkgname#commit=edb9e0904d04d1da02bba7b78601a2aba05aaa47"
'0001-Re-add-pango_x_get_shaper_map-it-is-still-used-in-th.patch'
'0002-disable-shaper.patch')