summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Tiá2017-11-29 19:07:13 -0600
committerJavier Tiá2017-11-29 19:07:13 -0600
commite78ddf73d9aa0d4ce407484e3ec3ba7a1ea49552 (patch)
tree0a02b5d3279d8c5dd2d645db407d9e8642be0f9a /PKGBUILD
parent41c304a8451c3ba468d1669b81e2ae9de98fcd4d (diff)
downloadaur-e78ddf73d9aa0d4ce407484e3ec3ba7a1ea49552.tar.gz
Bump up gdrivefs-0.14.9-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2a0bdc1f61a..03a33223c9d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gdrivefs
_gitname=GDriveFS
pkgver=0.14.9
-pkgrel=2
+pkgrel=3
pkgdesc='A complete FUSE adapter for Google Drive'
url='https://github.com/dsoprea/GDriveFS'
depends=('python2' 'python2-fusepy' 'python2-gevent' 'python2-google-api-python-client'
@@ -18,13 +18,6 @@ sha256sums=('eacc6633716823d93ca4a3ac5e1aaeeaa49513051136d6f8df681667cbc882d5')
build() {
cd ${srcdir}/${_gitname}-${pkgver}
-
- # Fix for multi threaded (issue 132)
- patch -p1 < ../../pull_147.patch
-
- # Add support to utf8 instead of ASCII
- patch -p1 < ../../pull_154_utf8.patch
-
python2 setup.py build
}