summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1377feabe24..c201d270d2f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=screencloud
pkgname=${_pkgname}-git
pkgver=1.3.1.0.g54cd0c3
-pkgrel=1
+pkgrel=2
pkgdesc='An easy to use screenshot sharing tool. Qt5 UI. Development version.'
arch=('i686' 'x86_64')
url='https://screencloud.net/'
@@ -11,7 +11,7 @@ license=('GPL2')
depends=(
'qt5-x11extras' 'qt5-svg' 'qt5-multimedia' 'pythonqt-qt5'
- 'quazip-qt5' 'xdg-utils' 'hicolor-icon-theme'
+ 'quazip' 'xdg-utils' 'hicolor-icon-theme'
)
optdepends=(
'python-crypto: for SFTP support'