summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Gildas MILLON2016-04-07 10:35:48 +0200
committerPierre-Gildas MILLON2016-04-07 10:35:48 +0200
commite97b5658ad183f27f52b64b795c323b939607c95 (patch)
tree6401b72e4b83aca4f716479d4d8253f028bc4893
parent79eb3fdbbed923a516e5ce43f02619cced23e67a (diff)
downloadaur-e97b5658ad183f27f52b64b795c323b939607c95.tar.gz
Release 2.1.302
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD22
2 files changed, 28 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a89187bd65fc..4a4053db4de9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,29 +1,31 @@
+# Generated by mksrcinfo v8
+# Thu Apr 7 08:34:57 UTC 2016
pkgbase = python2-nuxeo-drive
pkgdesc = Desktop synchronization of local folders with remote Nuxeo workspaces
- pkgver = 2.0.0626
+ pkgver = 2.1.406
pkgrel = 1
url = https://github.com/nuxeo/nuxeo-drive
arch = any
license = GPLv2
makedepends = python2-setuptools
depends = python2
- depends = python2-yappi>=0.94
- depends = python2-xattr>=0.7.7
- depends = python2-send2trash>=1.3.0
depends = python2-argparse>=1.3.0
depends = python2-coverage>=3.7.1
depends = python2-esky>=0.9.8
depends = python2-faulthandler>=2.4
depends = python2-nose>=1.3.7
depends = python2-poster>=0.8.1
- depends = python2-psutil>=3.0.1
+ depends = python2-psutil>=3.2.2
+ depends = python2-send2trash>=1.3.0
depends = python2-watchdog>=0.8.3
depends = python2-universal-analytics-python>=0.2.4
depends = python2-mock>=1.0.1
+ depends = python2-yappi>=0.94
+ depends = python2-xattr>=0.7.7
depends = python2-crypto>=2.6.1
depends = python2-pyqt4
- source = https://github.com/nuxeo/nuxeo-drive/archive/release-2.0.0626.tar.gz
- md5sums = e07715d709bd97ebad49d87ab04e76dd
+ source = https://github.com/nuxeo/nuxeo-drive/archive/release-2.1.406.tar.gz
+ md5sums = 7f537f196cabbcb7318c13578e1ed4f2
pkgname = python2-nuxeo-drive
diff --git a/PKGBUILD b/PKGBUILD
index 7879383c582a..2d174e729194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,32 @@
# Maintainer: Pierre-Gildas MILLON <pgmillon@gmail.com>
pkgname=python2-nuxeo-drive
-pkgver=2.0.0626
+pkgver=2.1.302
pkgrel=1
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-pyqt4')
+depends=(
+ 'python2'
+ '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.2.2'
+ 'python2-send2trash>=1.3.0'
+ 'python2-watchdog>=0.8.3'
+ 'python2-universal-analytics-python>=0.2.4'
+ 'python2-mock>=1.0.1'
+ 'python2-yappi>=0.94'
+ 'python2-xattr>=0.7.7'
+ 'python2-crypto>=2.6.1'
+ 'python2-pyqt4')
makedepends=('python2-setuptools')
source=("https://github.com/nuxeo/nuxeo-drive/archive/release-$pkgver.tar.gz")
-md5sums=('e07715d709bd97ebad49d87ab04e76dd')
+md5sums=('7f537f196cabbcb7318c13578e1ed4f2')
build() {
cd "${srcdir}/nuxeo-drive-release-${pkgver}"