summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin O2019-05-26 02:33:21 -0400
committerBenjamin O2019-05-26 02:33:21 -0400
commit236e6e9e3d497c439034e44803dccdc34f23bc89 (patch)
treece5a881df66d8bab9d20be56434b5fffdaf84bc2 /PKGBUILD
parent4e846062ccf0c23e9d1c6e3b6212bc8d97524928 (diff)
downloadaur-236e6e9e3d497c439034e44803dccdc34f23bc89.tar.gz
Updated to 2.0 and changed url again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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=()