summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3d515826480..c72218ba564b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = friso
pkgdesc = An opensource tokenizer for Chinese.
pkgver = 1.6.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lionsoul2014/friso/
arch = i686
arch = x86_64
arch = armv7h
+ arch = aarch64
license = Apache License 2.0
makedepends = gcc
source = https://github.com/lionsoul2014/friso/archive/v1.6.4-release.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b27b2bd49868..5dac1f0e5d39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=friso
pkgver=1.6.4
-pkgrel=1
+pkgrel=2
pkgdesc="An opensource tokenizer for Chinese."
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/lionsoul2014/friso/"
license=('Apache License 2.0')
source=("https://github.com/lionsoul2014/$pkgname/archive/v$pkgver-release.tar.gz")