diff lib/pcre/pcre.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/lib/pcre/pcre.sh	Mon Jul 08 20:05:00 2019 +0200
+++ b/lib/pcre/pcre.sh	Mon Jul 08 20:10:00 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="BSD"
 PKGSUMMARY="perl 5 regular expression library"
 PKGDOWNLOAD="https://ftp.pcre.org/pub/pcre/$PKGNAME-$PKGVERSION.tar.bz2"
-PKGDEPENDS="lib/zlib"
+PKGDEPENDS="compression/zlib"
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}