summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Zhang2024-04-30 11:43:55 +0800
committerBruce Zhang2024-04-30 11:43:55 +0800
commitcf2419fa90cf750d8df5ca03952d4ecfb818a427 (patch)
treee9fe5f83be1b37ea267b2539567f6b2ad42254d8
parent9e75bb12e75cd2f7aef818da165939892ff41b9a (diff)
downloadaur-cf2419fa90cf750d8df5ca03952d4ecfb818a427.tar.gz
upgpkg: dolphin-quick-view 1.2.7-2
update dolphin-quick-view
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 979cade276c2..1a78d399f4d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = dolphin-quick-view
pkgdesc = Simple program to have a quick preview of the files in a folder (similar to Apple's Quick Look)
pkgver = 1.2.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Nyre221/dolphin-quick-view
arch = any
license = GPL
- depends = python-pyqt5
- depends = python-poppler-qt5
- depends = dolphin
- depends = dbus
- depends = qt5-tools
+ depends = pyside6
+ depends = xclip
+ depends = wl-clipboard
optdepends = libreoffice: for odt,csv,doc,docx support
source = https://github.com/Nyre221/dolphin-quick-view/releases/download/v1.2.7/quick_view_package.tar.gz
sha256sums = 9d1a7580768b04216727b4f99aeaf9f624187f4eba3e4c533f7f09df91746924
diff --git a/PKGBUILD b/PKGBUILD
index 6dadbe846a28..44512bd928f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Bruce Zhang <bruceutut@aur>
pkgname=dolphin-quick-view
pkgver=1.2.7
-pkgrel=1
+pkgrel=2
pkgdesc="Simple program to have a quick preview of the files in a folder (similar to Apple's Quick Look)"
arch=('any')
url="https://github.com/Nyre221/dolphin-quick-view"
license=('GPL')
-depends=(python-pyqt5 python-poppler-qt5 dolphin dbus qt5-tools)
+depends=(pyside6 xclip wl-clipboard)
optdepends=(
'libreoffice: for odt,csv,doc,docx support'
)