summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcaed5ac71cf..f6161944d635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@ pkgname=nvpy-git
pkgver=r430.d1c926c
pkgrel=1
pkgdesc="Simplenote syncing note-taking application, inspired by Notational Velocity and ResophNotes, but uglier and cross-platformerer."
-arch=('any')
+arch=("any")
url="https://github.com/cpbotha/nvpy"
-license=('BSD')
-depends=('python2-docutils' 'python2-markdown')
-makedepends=('git' 'python2')
+license=("BSD")
+depends=("python2-docutils" "python2-markdown" "python2-setuptools" "python2-pmw")
+makedepends=("git" "python2")
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=('nvpy::git+https://github.com/cpbotha/nvpy.git')
-md5sums=('SKIP')
+source=("nvpy::git+https://github.com/cpbotha/nvpy.git")
+md5sums=("SKIP")
pkgver() {
cd "$srcdir/${pkgname%-git}"