[arch-commits] Commit in peony/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 31 12:56:52 UTC 2021
Date: Monday, May 31, 2021 @ 12:56:52
Author: felixonmars
Revision: 952799
upgpkg: peony 3.1.0-1
Modified:
peony/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-31 12:56:51 UTC (rev 952798)
+++ PKGBUILD 2021-05-31 12:56:52 UTC (rev 952799)
@@ -1,17 +1,18 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=peony
-pkgver=3.0.4
-pkgrel=3
+pkgver=3.1.0
+pkgrel=1
pkgdesc="File manager for the UKUI desktop"
arch=('x86_64')
license=('GPL')
url="https://github.com/ukui/peony"
-depends=('gsettings-qt' 'kwindowsystem' 'libnotify' 'poppler-qt5' 'qt5-ukui-platformtheme' 'qt5-x11extras' 'udisks2')
+depends=('gsettings-qt' 'kwayland' 'kwindowsystem' 'libcanberra' 'libnotify' 'poppler-qt5'
+ 'qt5-ukui-platformtheme' 'qt5-x11extras' 'udisks2')
makedepends=('qt5-tools')
groups=('ukui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz")
-sha512sums=('4d958548007a64fed522adbce2abb855c963c76b7ae5b22d107eecaf268eeee4f7eca40aea1a6019148853be622401b783304ca025b89b5307f5dfb2c007cc94')
+source=("https://github.com/ukui/peony/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('b9760c22730a81a895f8aa54df1b780f46ba3a639ce4ddc919b30a87915467eb6def4babb2d6f05943c57f77cb230ba219f8177c7ec707a08c532c3b39b5cce9')
build() {
cd peony-$pkgver
More information about the arch-commits
mailing list