diff options
author | Leia | 2021-12-05 20:14:24 +0100 |
---|---|---|
committer | Leia | 2021-12-05 20:14:24 +0100 |
commit | 37aff4ce790f674f164191a980f411fedd85d9f8 (patch) | |
tree | 9fb141492eff64bfd7b678081608505868c11c7f /PKGBUILD | |
parent | 79c6c5f0813c52311fbaecc497e0d25aa913d101 (diff) | |
download | aur-37aff4ce790f674f164191a980f411fedd85d9f8.tar.gz |
Adding aarch64 as a supported arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,10 +2,10 @@ pkgname=badwolf pkgver=1.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="A minimalist and privacy-oriented WebKitGTK+ browser." url="https://hacktivis.me/projects/badwolf" -arch=('i686' 'x86_64' 'armv7h') +arch=('i686' 'x86_64' 'armv7h' 'aarch64') license=('BSD') #makedepends=('clang') # if you want to use clang instead of gcc, decomment this line and change CC=gcc to CC=clang in the build section depends=('webkit2gtk') |