Date: Monday, January 2, 2023 @ 20:05:34
Author: arojas
Revision: 1373875
archrelease: copy trunk to community-x86_64
Added:
haruna/repos/community-x86_64/PKGBUILD
(from rev 1373874, 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-01-02 20:05:19 UTC (rev 1373874)
+++ PKGBUILD 2023-01-02 20:05:34 UTC (rev 1373875)
@@ -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.9.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=('673d8db5d59e1c0f5937c3b73c11ee858fbd43d65efcde91aba9dcf70dac73e6'
- '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 1373874,
haruna/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-02 20:05:34 UTC (rev 1373875)
@@ -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.10.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=('613f33f9b9d3073cf6e5e332a26cd4b581f4c98d7ef72f2189cdc038411bed94'
+ '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
+}