Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
haruna
Commits:
26edd4fe by Antonio Rojas at 2025-01-23T21:31:21+01:00
upgpkg: 1.3.2-1: Update to 1.3.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = haruna
pkgdesc = Video player built with Qt/QML on top of libmpv
- pkgver = 1.3.1
+ pkgver = 1.3.2
pkgrel = 1
url = https://apps.kde.org/haruna/
arch = x86_64
@@ -25,10 +25,10 @@ pkgbase = haruna
depends = qt6-base
depends = qt6-declarative
optdepends = yt-dlp: YouTube support
- source =
https://download.kde.org/stable/haruna/1.3.1/haruna-1.3.1.tar.xz
- source =
https://download.kde.org/stable/haruna/1.3.1/haruna-1.3.1.tar.xz.sig
+ source =
https://download.kde.org/stable/haruna/1.3.2/haruna-1.3.2.tar.xz
+ source =
https://download.kde.org/stable/haruna/1.3.2/haruna-1.3.2.tar.xz.sig
validpgpkeys = 4E421C6554B89766DF9B7A37E12AB207C8755905
- sha256sums =
2c2b8b90cd52b3f5031fff13de79763ac0efb6a9c5bcc8a3880c3005c066ca5b
+ sha256sums =
2baf5993b5d81c3bbe7863a4ddbd5bde054c43068ad7a748345a589e69d77c3f
sha256sums = SKIP
pkgname = haruna
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Caltlgin Stsodaat <[email protected]>
pkgname=haruna
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc='Video player built with Qt/QML on top of libmpv'
arch=(x86_64)
@@ -31,7 +31,7 @@ depends=(ffmpeg
makedepends=(extra-cmake-modules)
optdepends=('yt-dlp: YouTube support')
source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('2c2b8b90cd52b3f5031fff13de79763ac0efb6a9c5bcc8a3880c3005c066ca5b'
+sha256sums=('2baf5993b5d81c3bbe7863a4ddbd5bde054c43068ad7a748345a589e69d77c3f'
'SKIP')
validpgpkeys=(4E421C6554B89766DF9B7A37E12AB207C8755905) # George Florea Bănuș
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haruna/-/commit/26edd4fec42f80eec81fd10a2d5e46bb01286118
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haruna/-/commit/26edd4fec42f80eec81fd10a2d5e46bb01286118
You're receiving this email because of your account on gitlab.archlinux.org.