summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c653a46a70db..90bda641b9b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = qview
- pkgdesc = Practical and mimimal image viewer
- pkgver = 1.0
- pkgrel = 2
- url = https://intvhq.com/qview
+ pkgdesc = qView is a Qt image viewer designed with minimalism and usability in mind.
+ pkgver = 2.0
+ pkgrel = 1
+ url = https://interversehq.com/qview/
arch = i686
arch = x86_64
license = GPL3
depends = qt5-base>=5.9
depends = hicolor-icon-theme
- optdepends = qt5-imageformats: Additional image format support
+ optdepends = xdg-utils: Used to open containing folder of file
+ optdepends = qt5-imageformats: Extra image format support
optdepends = qt5-svg: SVG support
- source = https://github.com/jurplel/qView/releases/download/1.0/qView-1.0.tar.gz
+ source = https://github.com/jurplel/qView/releases/download/2.0/qView-2.0.tar.gz
sha256sums = 4afb4b0f3efa779a08057fc77c7f614171deb12bb89275215a2867bcae7a0b67
pkgname = qview
diff --git a/PKGBUILD b/PKGBUILD
index 48aa8b1f0fae..f23dab9c9a3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: jurplel <jeep70cp[at]gmail[dotcom]>
pkgname=qview
-pkgver=1.0
-pkgrel=2
+pkgver=2.0
+pkgrel=1
epoch=
-pkgdesc="Practical and mimimal image viewer"
+pkgdesc="qView is a Qt image viewer designed with minimalism and usability in mind."
arch=('i686' 'x86_64')
-url="https://intvhq.com/qview"
+url="https://interversehq.com/qview/"
license=('GPL3')
groups=()
depends=('qt5-base>=5.9' 'hicolor-icon-theme')
-optdepends=('qt5-imageformats: Additional image format support' 'qt5-svg: SVG support')
+optdepends=('xdg-utils: Used to open containing folder of file' 'qt5-imageformats: Extra image format support' 'qt5-svg: SVG support')
makedepends=()
checkdepends=()
provides=()