diff x11/libfontenc/libfontenc.sh @ 573:e1b73f64408d

compression/zlib: rename from lib/zlib
author David Demelier <markand@malikania.fr>
date Mon, 08 Jul 2019 20:10:00 +0200
parents bad483aace64
children 25cecc6dca48
line wrap: on
line diff
--- a/x11/libfontenc/libfontenc.sh	Mon Jul 08 20:05:00 2019 +0200
+++ b/x11/libfontenc/libfontenc.sh	Mon Jul 08 20:10:00 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="CUSTOM"
 PKGSUMMARY="X.Org font encoding library"
 PKGDOWNLOAD="https://www.x.org/releases/individual/lib/libfontenc-$PKGVERSION.tar.gz"
-PKGDEPENDS="lib/zlib x11/util-macros:build x11/xorgproto:build"
+PKGDEPENDS="compression/zlib x11/util-macros:build x11/xorgproto:build"
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}