summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b5b20916142..dd3ddeb8181d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gitfs
pkgdesc = Version controlled file system
pkgver = 0.3.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.presslabs.com/gitfs/
arch = any
license = Apache
makedepends = python2-setuptools
- depends = python2
+ depends = python2-atomiclong
depends = python2-fusepy
depends = python-pygit2
source = gitfs-0.3.3.tar.gz::https://github.com/PressLabs/gitfs/archive/0.3.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a75e7f29deea..dd153b464e5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=gitfs
pkgver=0.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Version controlled file system"
arch=('any')
url="http://www.presslabs.com/gitfs/"
license=('Apache')
-depends=('python2' 'python2-fusepy' 'python-pygit2')
+depends=('python2-atomiclong' 'python2-fusepy' 'python-pygit2')
makedepends=('python2-setuptools')
source=($pkgname-$pkgver.tar.gz::https://github.com/PressLabs/$pkgname/archive/$pkgver.tar.gz)
sha256sums=('58ee180f8b3e09dfd74d29c50a5d64234b0ce07794e013638de46cf4084ae2a8')