summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2019-06-25 03:02:57 -0400
committerJames An2019-06-25 03:02:57 -0400
commit5f71322cd57558369e5b21fdc56be05049f5ee84 (patch)
tree5061256242c1a7cbd88a3c4694c464e551f6c9a9
parent4e0d75e829575b39b78791bfa2bf0c1b2727a100 (diff)
downloadaur-5f71322cd57558369e5b21fdc56be05049f5ee84.tar.gz
Removed check() function as it fails during third-party tests.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 747d7d86d456..b06b9540a7ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cloudfusion-git
pkgdesc = Linux file system (FUSE) to access Dropbox, Sugarsync, Amazon S3, Google Storage, Google Drive or WebDAV servers.
pkgver = 7.5.19.r0.gc4b9412
- pkgrel = 1
+ pkgrel = 2
url = http://joe42.github.com/CloudFusion
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index cf5358bea056..29ed4fc37bca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cloudfusion-git
_pkgname=CloudFusion
pkgver=7.5.19.r0.gc4b9412
-pkgrel=1
+pkgrel=2
pkgdesc='Linux file system (FUSE) to access Dropbox, Sugarsync, Amazon S3, Google Storage, Google Drive or WebDAV servers.'
arch=('any')
url="http://joe42.github.com/$_pkgname"
@@ -49,11 +49,6 @@ pkgver() {
)
}
-check() {
- cd "$_pkgname"
- python2 setup.py test
-}
-
package() {
cd "$_pkgname"
python2 setup.py install --root="$pkgdir/" --optimize=1