diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-11-01 11:35:41 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:17 +0000 |
commit | 1d5d26c4efe2de89292acb3345cc3517725e1883 (patch) | |
tree | 56c90be63443f2abd557ccfab3afed03c3992cc1 /community/vlc | |
parent | f4b46e573629ec8c8a8b25cf9382b2d366b29964 (diff) | |
download | aports-1d5d26c4efe2de89292acb3345cc3517725e1883.tar.bz2 aports-1d5d26c4efe2de89292acb3345cc3517725e1883.tar.xz |
community/vlc: fix various linting issues
Diffstat (limited to 'community/vlc')
-rw-r--r-- | community/vlc/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/vlc/APKBUILD b/community/vlc/APKBUILD index ac4dd66552..c766298ef4 100644 --- a/community/vlc/APKBUILD +++ b/community/vlc/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=vlc pkgver=3.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" triggers="vlc-libs.trigger=/usr/lib/vlc/plugins" pkgusers="vlc" @@ -18,7 +18,7 @@ subpackages="$pkgname-dev $pkgname-xorg $pkgname-daemon::noarch $pkgname-libs - $pkgname-plugins + $pkgname-plugins::noarch $pkgname-plugins-access:plugins_access $pkgname-plugins-access_output:plugins_access_output @@ -33,7 +33,7 @@ subpackages="$pkgname-dev $pkgname-plugins-meta_engine:plugins_meta_engine $pkgname-plugins-misc:plugins_misc $pkgname-plugins-mux:plugins_mux - $pkgname-plugins-notify:plugins_notify + $pkgname-plugins-notify:plugins_notify:noarch $pkgname-plugins-packetizer:plugins_packetizer $pkgname-plugins-services_discovery:plugins_services_discovery $pkgname-plugins-stream_filter:plugins_stream_filter @@ -117,7 +117,6 @@ source="https://get.videolan.org/vlc/$pkgver/$pkgname-$pkgver.tar.xz check-headless.patch disable-sub-autodetect-fuzzy-1-test.patch test-s390x.patch - vlc-libs.trigger fribidi_allow_deprecated.patch" builddir="$srcdir/$pkgname-$pkgver" @@ -334,5 +333,4 @@ e13e398b7bfd977f6e099bcb6cf8dc5cd5bad6dea3eff715881826246dc4329468846084aff2576d 22d80df599b8b65a5439cefbb7140af8e9530f326d54945da3769af65f37518b99ec2cc8647aafd2763324a0698280915afe043cc87e5720c4694881ed35bffa check-headless.patch e214b407235cb3afb8bec93f20c9b42957b57e6fd3960679d3d4235e77762e03e64d03c01f00ef63d589e7c85aaad02ce6abbeeccd66b1867bc92451a5b5e9b0 disable-sub-autodetect-fuzzy-1-test.patch c0107655249687655846a9547ca1a5670b9207443180600e7a149c69ffb96d7226787c19b018d4033db9b284c1a5faa8d7d42188ed40c3b8bb051256febf11c5 test-s390x.patch -b67b6e21e9d4027aef1006e6057f9ba8e65ce3895b08f7b911b1675cff9bc423f64ee2c187c584860e9e5d4635a30408a7781add9694d9bba753eac37f357406 vlc-libs.trigger 8230a83306905cdda07fecdb6cb2b791196034775cc5c8986ab63e97cd3476317544011cbce92948059ac9f7b57ef450cd71820f0f134bc3ab3bed38463a67c3 fribidi_allow_deprecated.patch" |