Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
strawberry
Commits:
af87a55e by Antonio Rojas at 2024-09-23T22:07:12+02:00
upgpkg: 1.2.0-1: Update to 1.2.0
- - - - -
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.1.3
- pkgrel = 2
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://www.strawbs.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.1.3
- sha256sums =
0fc4c8d3682ae1dfb097fb0cf416fee7b4055baf5190744b5c27e491c538b60e
+ source =
git+https://github.com/strawberrymusicplayer/strawberry#tag=1.2.0
+ sha256sums =
39b0a9f0710e6eb2a4f47df181dc6bbc26cdb06fee54ac9dc0f4c391371d9f31
pkgname = strawberry
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Fabio 'Lolix' Loli <[email protected]> ->
https://github.com/FabioLolix
pkgname=strawberry
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc='A music player aimed at audio enthusiasts and music collectors'
arch=(x86_64)
url='https://www.strawbs.org/'
@@ -41,12 +41,11 @@ 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=('0fc4c8d3682ae1dfb097fb0cf416fee7b4055baf5190744b5c27e491c538b60e')
+sha256sums=('39b0a9f0710e6eb2a4f47df181dc6bbc26cdb06fee54ac9dc0f4c391371d9f31')
build() {
cmake -B build -S $pkgname \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_WITH_QT6=ON \
-DCMAKE_CXX_FLAGS="$CXXFLAGS -DQT_NO_DEBUG_OUTPUT"
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/strawberry/-/commit/af87a55ec1ab8ff79b3ff7388527084e4f084f22
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/strawberry/-/commit/af87a55ec1ab8ff79b3ff7388527084e4f084f22
You're receiving this email because of your account on gitlab.archlinux.org.