Date: Saturday, June 11, 2022 @ 07:07:35 Author: arojas Revision: 1232048
Update to 1.0.5 Modified: strawberry/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-11 06:49:49 UTC (rev 1232047) +++ PKGBUILD 2022-06-11 07:07:35 UTC (rev 1232048) @@ -2,8 +2,8 @@ # Contributor: Fabio 'Lolix' Loli <[email protected]> -> https://github.com/FabioLolix pkgname=strawberry -pkgver=1.0.4 -pkgrel=3 +pkgver=1.0.5 +pkgrel=1 pkgdesc='A music player aimed at audio enthusiasts and music collectors' arch=(x86_64) url='https://www.strawbs.org/' @@ -13,15 +13,9 @@ optdepends=('gst-libav: additional codecs' 'gst-plugins-bad: additional codecs' 'gst-plugins-ugly: additional codecs') -source=(https://github.com/strawberrymusicplayer/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz - https://github.com/strawberrymusicplayer/strawberry/commit/36eb1312.patch) -sha256sums=('ec68f42326b70870d1c9c0ad1182136897e299d7d187fbc2994467c19afac07e' - '3af8c220197699ad1f116e056df375a91556ec6454ea74c818a8faf889bd159c') +source=(https://github.com/strawberrymusicplayer/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('89bed8c43851cb121bec3c3a778ec23f6d986d3ab06cec8bd046833d246b9e7d') -prepare() { - patch -d $pkgname-$pkgver -p1 < 36eb1312.patch # Fix closing to system tray on Wayland -} - build() { cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \
