[arch-commits] Commit in vvave/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Nov 6 19:06:34 UTC 2021


    Date: Saturday, November 6, 2021 @ 19:06:34
  Author: arojas
Revision: 1037710

archrelease: copy trunk to community-x86_64

Added:
  vvave/repos/community-x86_64/PKGBUILD
    (from rev 1037709, vvave/trunk/PKGBUILD)
Deleted:
  vvave/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-06 19:06:26 UTC (rev 1037709)
+++ PKGBUILD	2021-11-06 19:06:34 UTC (rev 1037710)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=vvave
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='Multi-platform media player'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing mauikit-accounts hicolor-icon-theme taglib)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-conflicts=(babe)
-replaces=(babe)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('b272190acd0c44a9a27bcc971c10c8908fa78d0272a4ed092f8419dde235efb0')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: vvave/repos/community-x86_64/PKGBUILD (from rev 1037709, vvave/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-06 19:06:34 UTC (rev 1037710)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=vvave
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Multi-platform media player'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing mauikit-accounts hicolor-icon-theme taglib)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+conflicts=(babe)
+replaces=(babe)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('73215b9fefca98f987845c5d7a9d206be45e16596a0b74d6c76bcadb1483b610')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list