aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJack O'Connor2020-09-21 12:32:38 -0400
committerJack O'Connor2020-09-21 12:41:11 -0400
commit1856d0ec6b37383389c6a629190c6ec37f98997d (patch)
treeda0242735da6a68551907e2f94e7ef78ed68d573 /PKGBUILD
parentce85d2a81541976b4b5ad8f02401a13b59d1f561 (diff)
downloadaur-keybase-git.tar.gz
add unzip as a make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f30f2bbe47c..3b987b617b72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=keybase-git
pkgdesc='the Keybase Go client, filesystem, and GUI'
license=('BSD')
url='https://keybase.io'
-pkgver=5.5.0+35896.807c29924b
+pkgver=5.6.0+36105.38f703e170
pkgver() {
"$srcdir/client/packaging/linux/arch/keybase_git_version.sh"
}
@@ -13,7 +13,7 @@ pkgrel=1
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
depends=(fuse libxss gtk2 lsof) # don't change this without changing the SRCINFO template too,
# and the keybase-bin files in keybase/client/packaging/linux/arch
-makedepends=(go-pie yarn npm git rsync)
+makedepends=(go-pie yarn npm git rsync unzip)
provides=(keybase keybase-gui kbfs)
# keybase-release is a deprecated AUR package
conflicts=(keybase keybase-release keybase-bin keybase-gui kbfs)