summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 713277195edc..f7ddc12b2a86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gdrivefs
_gitname=GDriveFS
pkgver=0.14.12
-pkgrel=1
+pkgrel=2
pkgdesc='A complete FUSE adapter for Google Drive'
url='https://github.com/dsoprea/GDriveFS'
depends=(
@@ -26,11 +26,6 @@ arch=('any')
source=("${url}/archive/${pkgver}.tar.gz")
sha256sums=('607f3cd368070fa67185418c96ab9a1109efc8281e7c8a5dd10bf816cff98554')
-build() {
- cd ${srcdir}/${_gitname}-${pkgver}
- python2 setup.py build
-}
-
package() {
cd ${srcdir}/${_gitname}-${pkgver}
python2 setup.py install --root="${pkgdir}" --optimize=1