diff core/less/less.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents 25cecc6dca48
children ddab65a5b3f5
line wrap: on
line diff
--- a/core/less/less.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/core/less/less.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="GPLv3+ CUSTOM"
 PKGSUMMARY="program for viewing text files"
 PKGDOWNLOAD="http://www.greenwoodsoftware.com/$PKGNAME/$PKGNAME-$PKGVERSION.tar.gz"
-PKGDEPENDS="lib/pcre"
+PKGDEPENDS="pcre"
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}