summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlois Nešpor2015-08-30 08:20:27 +0200
committerAlois Nešpor2015-08-30 08:20:27 +0200
commit8092d827c6f8fddacd5ceb0f009b1bb3b274d68e (patch)
tree3ad446a90bc34e4527f45e4bd264664ba9a6e3aa
parentf522f6192dff6d87ab1d46a77a18c58f473223ab (diff)
downloadaur-8092d827c6f8fddacd5ceb0f009b1bb3b274d68e.tar.gz
lrelease-qt5 need qt5-tools
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2603e06d9c8..9fd8d1960600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = znotes
arch = i686
arch = x86_64
license = GPL
- depends = qt5-base
+ depends = qt5-tools
source = https://github.com/proton/zNotes/archive/master.zip
md5sums = 9604bc0f00aa169c6caac8f2ccad98ab
diff --git a/PKGBUILD b/PKGBUILD
index 0abd347b7acb..374663324409 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Lightweight crossplatform application for notes managment with simple i
arch=('i686' 'x86_64')
url="http://znotes.sourceforge.net"
license=('GPL')
-depends=('qt5-base')
+depends=('qt5-tools')
source=(https://github.com/proton/zNotes/archive/master.zip)
md5sums=('SKIP')