summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Henrique Merces Moreira2017-08-05 12:54:31 -0300
committerCarlos Henrique Merces Moreira2017-08-05 12:54:31 -0300
commitcaab063802111a11bf442ea9fa66ce1127d97fd5 (patch)
treef691545d2660a92f896dbfd7fb235a2c4ce27c47
parent5c98acb96de5270635d85dd523bf1db218ecab68 (diff)
downloadaur-caab063802111a11bf442ea9fa66ce1127d97fd5.tar.gz
Add fuse2 as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48e0c35e0ecd..adf69856be84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plexdrive
pkgdesc = Plexdrive mounts your Google Drive FUSE filesystem (optimized for media playback)
pkgver = 5.0.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/dweidenfeld/plexdrive
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = plexdrive
arch = armv7h
arch = aarch64
license = MIT
+ depends = fuse2
source_i686 = https://github.com/dweidenfeld/plexdrive/releases/download/5.0.0/plexdrive-linux-386
md5sums_i686 = ad566b861397499b2bffc5e4ea036394
source_x86_64 = https://github.com/dweidenfeld/plexdrive/releases/download/5.0.0/plexdrive-linux-amd64
diff --git a/PKGBUILD b/PKGBUILD
index d094e1ce8316..d32515257b2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Carlos Henrique Merces Moreira "chmercesmoreira" <ch.mercesmoreira@gmail.com>
pkgname=plexdrive
pkgver=5.0.0
-pkgrel=5
+pkgrel=6
pkgdesc="Plexdrive mounts your Google Drive FUSE filesystem (optimized for media playback)"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/dweidenfeld/plexdrive"
license=('MIT')
+depends=('fuse2')
source_i686=("https://github.com/dweidenfeld/"$pkgname"/releases/download/"$pkgver"/"$pkgname"-linux-386")
source_x86_64=("https://github.com/dweidenfeld/"$pkgname"/releases/download/"$pkgver"/"$pkgname"-linux-amd64")
source_arm=("https://github.com/dweidenfeld/"$pkgname"/releases/download/"$pkgver"/"$pkgname"-linux-arm5")