diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-25 23:44:46 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-26 13:26:58 +0000 |
commit | 100b94b2f93e8999f76d923b0e66da41d86a89d5 (patch) | |
tree | 2ed500704ba23b7f4b9c65f7be646b95563cd591 /testing/yelp/APKBUILD | |
parent | aef17e85b3e6c1e2bfa743cbaed659c99f37a6a0 (diff) | |
download | aports-100b94b2f93e8999f76d923b0e66da41d86a89d5.tar.bz2 aports-100b94b2f93e8999f76d923b0e66da41d86a89d5.tar.xz |
testing/yelp: modernize
Closes GH-8096
Diffstat (limited to 'testing/yelp/APKBUILD')
-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 \ |