Skip to content

Commit

Permalink
Upd: libmpdclient 2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Dec 23, 2023
1 parent 0429c63 commit db4134e
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions mympdos/build/mympdos-libmpdclient/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Juergen Mang <[email protected]>
pkgname=mympdos-libmpdclient
pkgver=2.21
pkgrel=7
pkgver=2.23
pkgrel=0
pkgdesc="An asynchronous API library for interfacing MPD in the C, C++ & Objective C languages"
url="https://github.com/jcorporation/libmympdclient"
arch="all"
Expand All @@ -13,7 +13,7 @@ subpackages="$pkgname-dev $pkgname-doc"
options="!check"

build() {
meson \
meson setup \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
Expand All @@ -27,8 +27,6 @@ package() {
DESTDIR="$pkgdir" ninja -C output install

mkdir -p "$pkgdir"/usr/share/licenses/$pkgname/
mv "$pkgdir"/usr/share/doc/libmpdclient/COPYING \
"$pkgdir"/usr/share/licenses/$pkgname/
}

sha512sums=""
Binary file modified repository/aarch64/APKINDEX.tar.gz
Binary file not shown.
Binary file removed repository/aarch64/mympdos-libmpdclient-2.21-r7.apk
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit db4134e

Please sign in to comment.