Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
strawberry
Commits:
36f55927 by Antonio Rojas at 2026-01-18T10:53:03+01:00
upgpkg: 1.2.17-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = strawberry
pkgdesc = A music player aimed at audio enthusiasts and music collectors
- pkgver = 1.2.16
- pkgrel = 2
+ pkgver = 1.2.17
+ pkgrel = 1
url = https://www.strawberrymusicplayer.org/
arch = x86_64
license = GPL-3.0-or-later
@@ -37,7 +37,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.16
- sha256sums =
e08cb347cb20bae885fc83d21f8825ee2751f7475fcc489b5c2bfd9826959523
+ source =
git+https://github.com/strawberrymusicplayer/strawberry#tag=1.2.17
+ sha256sums =
6e3ea16c55c0fe201182ba433d31b1b0033ecd23fd59fc049c89f59225547817
pkgname = strawberry
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Fabio 'Lolix' Loli <[email protected]> ->
https://github.com/FabioLolix
pkgname=strawberry
-pkgver=1.2.16
-pkgrel=2
+pkgver=1.2.17
+pkgrel=1
pkgdesc='A music player aimed at audio enthusiasts and music collectors'
arch=(x86_64)
url='https://www.strawberrymusicplayer.org/'
@@ -41,7 +41,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=('e08cb347cb20bae885fc83d21f8825ee2751f7475fcc489b5c2bfd9826959523')
+sha256sums=('6e3ea16c55c0fe201182ba433d31b1b0033ecd23fd59fc049c89f59225547817')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/strawberry/-/commit/36f55927114e9f0346adc04ee79699b9f8fbea96
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/strawberry/-/commit/36f55927114e9f0346adc04ee79699b9f8fbea96
You're receiving this email because of your account on gitlab.archlinux.org.