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 | |
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.
-rw-r--r-- | community/mpc/APKBUILD | 7 | ||||
-rw-r--r-- | community/mpc/doc-py3.patch | 14 |
2 files changed, 2 insertions, 19 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" diff --git a/community/mpc/doc-py3.patch b/community/mpc/doc-py3.patch deleted file mode 100644 index 6f69658727..0000000000 --- a/community/mpc/doc-py3.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/meson.build b/meson.build -index d919bc3..3390fb5 100644 ---- a/meson.build -+++ b/meson.build -@@ -126,7 +126,7 @@ endif - - with_documentation = get_option('documentation') - if not with_documentation.disabled() -- sphinx = find_program('sphinx-build', required: with_documentation) -+ sphinx = find_program('sphinx-build-3', required: with_documentation) - if sphinx.found() - subdir('doc') - endif - |