summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Mourer2020-07-22 08:07:03 -0600
committerPaul Mourer2020-07-22 08:07:03 -0600
commit7497c0a1ba5d23c099f85137be63b842f2b1923e (patch)
tree946f1038b0a31788b230946eaa1bd617312eb593 /PKGBUILD
parent6434c79298f83b8758fee5360158a59d545a10fe (diff)
downloadaur-7497c0a1ba5d23c099f85137be63b842f2b1923e.tar.gz
Add fuse2 as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea83fe596199..35c97493c9ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=0
arch=('x86_64')
url='https://github.com/keyboardio/Chrysalis'
license=('GPL3')
-depends=()
+depends=('fuse2')
options=('!strip')
source=("https://github.com/keyboardio/Chrysalis/releases/download/$pkgname-$pkgver/Chrysalis-$pkgver.AppImage")
sha512sums=('62a57c37783151f77a0a4b6ff02b90420df36483e7a1f7a8d761cc0ebdf37bfdf738755b187f8e3f3969f5b981e0fd136dde55e80a850372168d391d9b4b2371')