summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Sexton2023-12-21 23:10:27 -0500
committerMatthew Sexton2023-12-21 23:10:27 -0500
commit57bfe5c500b434b914286cf9b47b7846f7fb13cd (patch)
tree59cda67a47fa3cfcbb211013fd5e969758e058e2 /PKGBUILD
parentbcd1ca46431ce71a439e37f7e20d99f24255a74b (diff)
downloadaur-gocloc.tar.gz
Fixed supported arches
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 720a353d8cfd..c22982d493f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=gocloc
pkgver=0.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="A little fast cloc(Count Lines Of Code)"
-arch=(x86_64)
+arch=(x86_64 i686 pentium4 arm armv6h armv7h aarch64)
url="https://github.com/hhatto/gocloc"
license=(MIT)
makedepends=(go)