Date: Tuesday, July 14, 2020 @ 07:00:38 Author: arojas Revision: 663575
Update to 0.6.13 Modified: strawberry/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-14 03:56:58 UTC (rev 663574) +++ PKGBUILD 2020-07-14 07:00:38 UTC (rev 663575) @@ -2,8 +2,8 @@ # Contributor: Fabio 'Lolix' Loli <[email protected]> -> https://github.com/FabioLolix pkgname=strawberry -pkgver=0.6.12 -pkgrel=2 +pkgver=0.6.13 +pkgrel=1 pkgdesc="A music player aimed at audio enthusiasts and music collectors" arch=(x86_64) url="https://www.strawbs.org/" @@ -14,12 +14,8 @@ 'gst-plugins-bad: additional codecs' 'gst-plugins-ugly: additional codecs') source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz") -sha256sums=('c53207613508da507f0a9cb4b13e23532fe06b9aaf3200d44b5e4b84170aeb79') +sha256sums=('0c0cee6c1f75541dcc89c3dcb2db29e79f07d7b4dabc911c89853ad0b50fba29') -prepare() { - sed -e 's|libplist|libplist-2.0|' -e 's|libusbmuxd|libusbmuxd-2.0|' -i $pkgname-$pkgver/CMakeLists.txt # support libplist 2.2 -} - build() { cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \
