Date: Sunday, May 14, 2023 @ 08:48:43
  Author: arojas
Revision: 1461540

archrelease: copy trunk to community-x86_64

Added:
  haruna/repos/community-x86_64/PKGBUILD
    (from rev 1461539, haruna/trunk/PKGBUILD)
  haruna/repos/community-x86_64/keys/
Deleted:
  haruna/repos/community-x86_64/PKGBUILD
  haruna/repos/community-x86_64/keys/

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-14 08:48:32 UTC (rev 1461539)
+++ PKGBUILD    2023-05-14 08:48:43 UTC (rev 1461540)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: prg <prg _at_ xannode _dot_ com>
-# Contributor: Nico <d3sox at protonmail dot com>
-# Contributor: Caltlgin Stsodaat <[email protected]>
-
-pkgname=haruna
-pkgver=0.10.3
-pkgrel=2
-pkgdesc='Video player built with Qt/QML on top of libmpv'
-arch=(x86_64)
-url='https://apps.kde.org/haruna/'
-license=(GPL3)
-depends=(kfilemetadata kio mpv kirigami2)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('yt-dlp: YouTube support')
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('4d21eaa709dd3b9f393e2252c4642127ab5da9781a74c903dafba64ae3f9d296'
-            'SKIP')
-validpgpkeys=(4E421C6554B89766DF9B7A37E12AB207C8755905) # George Florea Bănuș 
<[email protected]>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: haruna/repos/community-x86_64/PKGBUILD (from rev 1461539, 
haruna/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-14 08:48:43 UTC (rev 1461540)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: prg <prg _at_ xannode _dot_ com>
+# Contributor: Nico <d3sox at protonmail dot com>
+# Contributor: Caltlgin Stsodaat <[email protected]>
+
+pkgname=haruna
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Video player built with Qt/QML on top of libmpv'
+arch=(x86_64)
+url='https://apps.kde.org/haruna/'
+license=(GPL3)
+depends=(kfilemetadata kio mpv kirigami2)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('yt-dlp: YouTube support')
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('668732316eba0622b5d193dd33e7ffec6f34348fb13597dbe90e72a830111914'
+            'SKIP')
+validpgpkeys=(4E421C6554B89766DF9B7A37E12AB207C8755905) # George Florea Bănuș 
<[email protected]>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to