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

Antonio Rojas arojas at gemini.archlinux.org
Mon May 16 19:14:45 UTC 2022


    Date: Monday, May 16, 2022 @ 19:14:45
  Author: arojas
Revision: 1207590

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-16 19:14:35 UTC (rev 1207589)
+++ PKGBUILD	2022-05-16 19:14:45 UTC (rev 1207590)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=vvave
-pkgver=2.1.1
-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=('3c1d9169009bfae61ad26ee4956ad3eb7303b6f36752ae827bf2ca313c674d4a')
-
-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 1207589, vvave/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-16 19:14:45 UTC (rev 1207590)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=vvave
+pkgver=2.1.2
+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=('aeddd31cbd0df6df796983db66c4a2251c8c5dc452d00ff7f63b254406586691')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list