summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Gildas MILLON2015-07-18 11:10:57 +0200
committerPierre-Gildas MILLON2015-07-18 11:10:57 +0200
commit8c003a2fb5617cc90142c78ebc96329476ad803c (patch)
tree8b65403fb8b1f2e85eb691b2f95162e80bcee575
parent47065052d1ee57ee5de453ed7a66120a2f0388f8 (diff)
downloadaur-8c003a2fb5617cc90142c78ebc96329476ad803c.tar.gz
Fix depends and add gitignore
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..22cc5b9cf4ad
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+*.xz
+release-*
diff --git a/PKGBUILD b/PKGBUILD
index 7c672b5ac7e0..7879383c582a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Desktop synchronization of local folders with remote Nuxeo workspaces"
arch=('any')
url="https://github.com/nuxeo/nuxeo-drive"
license=('GPLv2')
-depends=('python2, python2-yappi>=0.94, python2-xattr>=0.7.7, python2-send2trash>=1.3.0, python2-argparse>=1.3.0, python2-coverage>=3.7.1, python2-esky>=0.9.8, python2-faulthandler>=2.4, python2-nose>=1.3.7, python2-poster>=0.8.1, python2-psutil>=3.0.1, python2-watchdog>=0.8.3, python2-universal-analytics-python>=0.2.4, python2-mock>=1.0.1, python2-crypto>=2.6.1, python2-qt4')
+depends=('python2' 'python2-yappi>=0.94' 'python2-xattr>=0.7.7' 'python2-send2trash>=1.3.0' 'python2-argparse>=1.3.0' 'python2-coverage>=3.7.1' 'python2-esky>=0.9.8' 'python2-faulthandler>=2.4' 'python2-nose>=1.3.7' 'python2-poster>=0.8.1' 'python2-psutil>=3.0.1' 'python2-watchdog>=0.8.3' 'python2-universal-analytics-python>=0.2.4' 'python2-mock>=1.0.1' 'python2-crypto>=2.6.1' 'python2-pyqt4')
makedepends=('python2-setuptools')
source=("https://github.com/nuxeo/nuxeo-drive/archive/release-$pkgver.tar.gz")
md5sums=('e07715d709bd97ebad49d87ab04e76dd')