diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-01-26 11:50:51 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-01-26 11:50:51 +0100 |
commit | 4cb9b8ae5984e30c47464e3d560275a1d14c26f5 (patch) | |
tree | b2ca9ff38761c6e4fdf3bbbf35f40d9981bb77f4 /community/mpc/APKBUILD | |
parent | 74be1397f9cb202c1d5e37ff6beca94670c35c7a (diff) | |
download | aports-4cb9b8ae5984e30c47464e3d560275a1d14c26f5.tar.bz2 aports-4cb9b8ae5984e30c47464e3d560275a1d14c26f5.tar.xz |
community/mpc: remove doc-py3.patch
Previously py3-sphinx only provided sphinx-build-3 not sphinx-build,
this changed recently. As such, the patch should no longer be needed.
This change does not include a pkgrel bump as it should result in an
identical package.
Diffstat (limited to 'community/mpc/APKBUILD')
-rw-r--r-- | community/mpc/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/community/mpc/APKBUILD b/community/mpc/APKBUILD index ee4feadaae..4febd3c4fd 100644 --- a/community/mpc/APKBUILD +++ b/community/mpc/APKBUILD @@ -9,9 +9,7 @@ arch="all" license="GPL-2.0-or-later" makedepends="libmpdclient-dev py3-sphinx meson check-dev" subpackages="$pkgname-bash-completion:bashcomp:noarch $pkgname-doc" -source="https://www.musicpd.org/download/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz - doc-py3.patch - " +source="https://www.musicpd.org/download/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" build() { meson \ @@ -43,5 +41,4 @@ bashcomp() { "$subpkgdir"/usr/share/bash-completion/completions/$pkgname } -sha512sums="d3247dfb54ac3c95caf5666088968a952b33eb7e8f941bca4f3715603839cf5a1bc5300488c78fdce6e38f612b243f2252ea682b8d0fec9f230acd760bf3560c mpc-0.33.tar.xz -7be9a58480b5b7b78e411272aa1ccc996e3c837b954c14cfed9cbed31897ae0c34afc4fad5e7dc7ad194dc6e24cebcff7e063610db73f94327de4c9656a946c5 doc-py3.patch" +sha512sums="d3247dfb54ac3c95caf5666088968a952b33eb7e8f941bca4f3715603839cf5a1bc5300488c78fdce6e38f612b243f2252ea682b8d0fec9f230acd760bf3560c mpc-0.33.tar.xz" |