summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a778a0c4cf2a..393464de386b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=kibi
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A tiny text editor, written in Rust"
url="https://github.com/ilai-deutel/${pkgname}"
makedepends=('cargo')
depends=('gcc-libs')
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
license=('MIT' 'APACHE')
backup=('etc/kibi/config.ini' etc/kibi/syntax.d/{bash,gitignore,ini,python,rust,toml}.ini)
source=("https://github.com/ilai-deutel/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")