summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Matt2019-01-23 22:57:25 +0100
committerLukas Matt2019-01-23 22:57:25 +0100
commit2b3afa68eecf8d8f38091f68c4d062ecc6d6036c (patch)
treefdd5fa7912bdac6b4e1d51817ba423b328282929
parentd5598844728b68e616f844e087465d8f07446c50 (diff)
downloadaur-2b3afa68eecf8d8f38091f68c4d062ecc6d6036c.tar.gz
Add fuse2 dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD17
2 files changed, 4 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f24ffc26cc9..31736348dba1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = sshfsmux
pkgdesc = Multiplexer client based on the Secure Shell FileSystem
pkgver = 1.2
- pkgrel = 1
+ pkgrel = 2
url = https://code.google.com/archive/p/sshfsmux/
arch = x86_64
license = GPL
+ depends = fuse2
source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/sshfsmux/sshfsmux-1.2.tar.gz
validpgpkeys = 1E9E2C1BCF7639B219FBE159903A00FC06CC137B
md5sums = 7aaaa74c2b7d06266ed3c25bc5971b28
diff --git a/PKGBUILD b/PKGBUILD
index 9ae3b9d6ed3c..bc9ffdebc11b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,13 @@
# Maintainer: Lukas Matt <lukas@matt.wf>
pkgname=sshfsmux
pkgver=1.2
-pkgrel=1
-epoch=
+pkgrel=2
pkgdesc="Multiplexer client based on the Secure Shell FileSystem"
arch=('x86_64')
url="https://code.google.com/archive/p/sshfsmux/"
license=('GPL')
-groups=()
-depends=()
-makedepends=()
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
+depends=('fuse2')
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/sshfsmux/$pkgname-$pkgver.tar.gz")
-noextract=()
md5sums=('7aaaa74c2b7d06266ed3c25bc5971b28')
validpgpkeys=('1E9E2C1BCF7639B219FBE159903A00FC06CC137B')