diff options
Diffstat (limited to 'community/mpc')
-rwxr-xr-x | community/mpc/build | 4 | ||||
-rw-r--r-- | community/mpc/checksums | 3 | ||||
-rw-r--r-- | community/mpc/meta | 3 | ||||
-rw-r--r-- | community/mpc/sources | 2 | ||||
-rw-r--r-- | community/mpc/version | 2 |
5 files changed, 9 insertions, 5 deletions
diff --git a/community/mpc/build b/community/mpc/build index 64ee0e20..80ad1f35 100755 --- a/community/mpc/build +++ b/community/mpc/build @@ -1,9 +1,9 @@ #!/bin/sh -e export DESTDIR="$1" +export LDFLAGS="$LDFLAGS -static" -meson \ - --prefix=/usr \ +cl-meson \ . output ninja -C output diff --git a/community/mpc/checksums b/community/mpc/checksums index 8d942307..94c2c24b 100644 --- a/community/mpc/checksums +++ b/community/mpc/checksums @@ -1 +1,2 @@ -4f40ccbe18f5095437283cfc525a97815e983cbfd3a29e48ff610fa4f1bf1296 mpc-0.33.tar.xz +%BLAKE3 +78317f4f04002581891eb462cc8b5e32ddf6d5b1183589bea60ef806a11fc239 mpc-0.35.tar.xz diff --git a/community/mpc/meta b/community/mpc/meta new file mode 100644 index 00000000..8453e3b1 --- /dev/null +++ b/community/mpc/meta @@ -0,0 +1,3 @@ +description: Command line interface for MPD +license: GPL-2.0-or-later +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/community/mpc/sources b/community/mpc/sources index d671b704..e136e277 100644 --- a/community/mpc/sources +++ b/community/mpc/sources @@ -1 +1 @@ -https://www.musicpd.org/download/mpc/0/mpc-0.33.tar.xz +https://www.musicpd.org/download/mpc/0/mpc-0.35.tar.xz diff --git a/community/mpc/version b/community/mpc/version index e38a26a9..fbb585a4 100644 --- a/community/mpc/version +++ b/community/mpc/version @@ -1 +1 @@ -0.33 1 +0.35 1 |