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 626e0c9afa86..38c7681d1fa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gdrivefs
pkgdesc = An innovative FUSE wrapper for Google Drive
pkgver = 0.14.13
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dsoprea/GDriveFS
arch = any
license = GPL2
@@ -13,7 +13,7 @@ pkgbase = gdrivefs
depends = python-httplib2
depends = python-oauth2client
depends = python-six
- source = https://github.com/dsoprea/GDriveFS/archive/0.14.13.tar.gz
+ source = gdrivefs-0.14.13.tar.gz::https://github.com/dsoprea/GDriveFS/archive/0.14.13.tar.gz
sha256sums = 099a4d64eb7c223e04b0d88c0334331247f69cddb4de425f2b13c620e3778514
pkgname = gdrivefs
diff --git a/PKGBUILD b/PKGBUILD
index ba5c59f702c9..e93ec355ce3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gdrivefs
pkgver=0.14.13
-pkgrel=1
+pkgrel=2
pkgdesc="An innovative FUSE wrapper for Google Drive"
arch=('any')
url="https://github.com/dsoprea/GDriveFS"
@@ -18,7 +18,7 @@ depends=('python-dateutil'
'python-oauth2client'
'python-six')
makedepends=('python-distribute')
-source=("$url/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('099a4d64eb7c223e04b0d88c0334331247f69cddb4de425f2b13c620e3778514')
_gitname=GDriveFS