Skip to content

Commit

Permalink
fix pkgbuild to include x64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
heronhaye committed Jul 26, 2023
1 parent 4464bfb commit 4ce9e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/linux/arch/PKGBUILD.bin.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ src_prefix=@@SRC_PREFIX@@
deb_pkgver="${pkgver/_/-}"
deb_pkgver="${deb_pkgver/+/.}"
pkgrel=1
arch=('x86_64')
depends=(fuse libxss gtk3 lsof) # don't change this without changing the SRCINFO template too
# also make sure to change the keybase-git PKGBUILD
provides=(keybase keybase-gui kbfs)
Expand Down

0 comments on commit 4ce9e3e

Please sign in to comment.