diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/yelp/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/yelp/APKBUILD b/testing/yelp/APKBUILD index 5f29159be2..05f71febbd 100644 --- a/testing/yelp/APKBUILD +++ b/testing/yelp/APKBUILD @@ -9,10 +9,9 @@ arch="all" license="GPL-2.0-or-later" depends="dconf desktop-file-utils hicolor-icon-theme yelp-xsl" makedepends="glib-dev itstool bzip2-dev gtk+3.0-dev libgcrypt-dev xz-dev - libxml2-dev libxslt-dev sqlite-dev webkit2gtk-dev yelp-xsl" + libxml2-dev libxslt-dev sqlite-dev webkit2gtk-dev" subpackages="$pkgname-dev $pkgname-doc" source="https://download.gnome.org/sources/yelp/${pkgver%.*}/yelp-${pkgver}.tar.xz" -builddir="$srcdir/yelp-$pkgver" build() { ./configure \ |