summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-04-03 21:27:14 +0500
committerDmitry Kharitonov2016-04-03 21:27:14 +0500
commit130e4968ffe372cf3387c2b091a3ecb27b56b625 (patch)
treeba8dcb62e76e47fc10ca53d5abfb30137bb26080
parent13aa3d845bb7763c036efb6edc328fc3c0ca19f9 (diff)
downloadaur-130e4968ffe372cf3387c2b091a3ecb27b56b625.tar.gz
Fixed a mistake in PKGBUILD
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9316f5ad465e..39cefeb8aa8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Apr 3 16:24:36 UTC 2016
+# Sun Apr 3 16:26:45 UTC 2016
pkgbase = noblenote-git
pkgdesc = nobleNote aims to be a lightweight, open source alternative to Evernote and OneNote.
pkgver = 560.7b926f9
@@ -9,7 +9,8 @@ pkgbase = noblenote-git
arch = x86_64
license = BSD
makedepends = git
- depends = qt5-base qt5-tools
+ depends = qt5-base
+ depends = qt5-tools
source = git+https://github.com/hakaishi/nobleNote.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 032fcce4352c..f9e2f75fc945 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="nobleNote aims to be a lightweight, open source alternative to Evernote
url="http://qt-apps.org/content/show.php/nobleNote?content=157713"
arch=('i686' 'x86_64')
license=('BSD')
-depends=('qt5-base qt5-tools')
+depends=('qt5-base' 'qt5-tools')
makedepends=('git')
source=('git+https://github.com/hakaishi/nobleNote.git')
md5sums=('SKIP')