Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
strawberry
Commits:
2f5bb7ab by FabioLolix at 2024-12-09T00:22:53+01:00
upgpkg: 1.2.3-1: Update to 1.2.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = strawberry
pkgdesc = A music player aimed at audio enthusiasts and music collectors
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
- url = https://www.strawbs.org/
+ url = https://www.strawberrymusicplayer.org/
arch = x86_64
license = GPL-3.0-or-later
makedepends = boost
@@ -35,7 +35,7 @@ pkgbase = strawberry
optdepends = gst-libav: additional codecs
optdepends = gst-plugins-bad: additional codecs
optdepends = gst-plugins-ugly: additional codecs
- source =
git+https://github.com/strawberrymusicplayer/strawberry#tag=1.2.2
- sha256sums =
fdb7742ff07cf3924a3350861b64f9941d3c19accaff507e9dddb88933549245
+ source =
git+https://github.com/strawberrymusicplayer/strawberry#tag=1.2.3
+ sha256sums =
7334755a8a79b7e8541c47f0f7e044d2a61763421f0f2a016fe144e782c5e537
pkgname = strawberry
=====================================
PKGBUILD
=====================================
@@ -2,11 +2,11 @@
# Contributor: Fabio 'Lolix' Loli <[email protected]> ->
https://github.com/FabioLolix
pkgname=strawberry
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc='A music player aimed at audio enthusiasts and music collectors'
arch=(x86_64)
-url='https://www.strawbs.org/'
+url='https://www.strawberrymusicplayer.org/'
license=(GPL-3.0-or-later)
depends=(alsa-lib
chromaprint
@@ -39,7 +39,7 @@ optdepends=('gst-libav: additional codecs'
'gst-plugins-bad: additional codecs'
'gst-plugins-ugly: additional codecs')
source=(git+https://github.com/strawberrymusicplayer/strawberry#tag=$pkgver)
-sha256sums=('fdb7742ff07cf3924a3350861b64f9941d3c19accaff507e9dddb88933549245')
+sha256sums=('7334755a8a79b7e8541c47f0f7e044d2a61763421f0f2a016fe144e782c5e537')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/strawberry/-/commit/2f5bb7ab493fa0a61b98dd913a8de1b4ac32c2ad
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/strawberry/-/commit/2f5bb7ab493fa0a61b98dd913a8de1b4ac32c2ad
You're receiving this email because of your account on gitlab.archlinux.org.