Date: Saturday, March 4, 2023 @ 18:22:28
  Author: arojas
Revision: 1412368

archrelease: copy trunk to community-x86_64

Added:
  strawberry/repos/community-x86_64/PKGBUILD
    (from rev 1412367, strawberry/trunk/PKGBUILD)
Deleted:
  strawberry/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-04 18:22:19 UTC (rev 1412367)
+++ PKGBUILD    2023-03-04 18:22:28 UTC (rev 1412368)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Fabio 'Lolix' Loli <[email protected]> -> 
https://github.com/FabioLolix
-
-pkgname=strawberry
-pkgver=1.0.14
-pkgrel=2
-pkgdesc='A music player aimed at audio enthusiasts and music collectors'
-arch=(x86_64)
-url='https://www.strawbs.org/'
-license=(GPL3)
-depends=(qt6-base chromaprint protobuf gst-plugins-base gst-plugins-good 
udisks2 libcdio libgpod libmtp fftw)
-makedepends=(cmake boost qt6-tools)
-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)
-sha256sums=('cbb0e0557e97c6e29ca3bf093f2359c959c8b5e8d26c1b6734bb17a85abcd37f')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_WITH_QT6=ON \
-    -DCMAKE_CXX_FLAGS="$CXXFLAGS -DQT_NO_DEBUG_OUTPUT"
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: strawberry/repos/community-x86_64/PKGBUILD (from rev 1412367, 
strawberry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-04 18:22:28 UTC (rev 1412368)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Fabio 'Lolix' Loli <[email protected]> -> 
https://github.com/FabioLolix
+
+pkgname=strawberry
+pkgver=1.0.15
+pkgrel=1
+pkgdesc='A music player aimed at audio enthusiasts and music collectors'
+arch=(x86_64)
+url='https://www.strawbs.org/'
+license=(GPL3)
+depends=(qt6-base chromaprint protobuf gst-plugins-base gst-plugins-good 
udisks2 libcdio libgpod libmtp fftw)
+makedepends=(cmake boost qt6-tools)
+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)
+sha256sums=('5470e72335dc9d3f6f4943387158cec067821a934e5d322de7d3ad4e8c50a9ef')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_WITH_QT6=ON \
+    -DCMAKE_CXX_FLAGS="$CXXFLAGS -DQT_NO_DEBUG_OUTPUT"
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to