summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Sexton2023-12-21 23:10:27 -0500
committerMatthew Sexton2023-12-21 23:10:27 -0500
commit57bfe5c500b434b914286cf9b47b7846f7fb13cd (patch)
tree59cda67a47fa3cfcbb211013fd5e969758e058e2
parentbcd1ca46431ce71a439e37f7e20d99f24255a74b (diff)
downloadaur-57bfe5c500b434b914286cf9b47b7846f7fb13cd.tar.gz
Fixed supported arches
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fad09141eea..da4e4fd71a91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,15 @@
pkgbase = gocloc
pkgdesc = A little fast cloc(Count Lines Of Code)
pkgver = 0.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hhatto/gocloc
arch = x86_64
+ arch = i686
+ arch = pentium4
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = MIT
makedepends = go
source = gocloc-0.5.2.tar.gz::https://github.com/hhatto/gocloc/archive/refs/tags/v0.5.2.tar.gz
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)