summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2024-04-13 02:11:55 +0000
committerGitHub Action2024-04-13 02:11:55 +0000
commit8b5aff0af1a7b34d3c51fcdd3769f8f106d1af65 (patch)
tree36faa4d13a34ba472611f97b14d2013a46a0823d
parentb5f98e7b4a3e444a6c95b036d1f03b0c3d7e1123 (diff)
downloadaur-8b5aff0af1a7b34d3c51fcdd3769f8f106d1af65.tar.gz
Update from GitHub Actions: dnslookup-git: update arch array
https://github.com/RiverOnVenus/AUR-packages/actions/runs/8670323364
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac2c949c46c7..31dfa78bdaf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,12 @@ pkgbase = dnslookup-git
pkgver = 1.10.0.r1.gbbd6081
pkgrel = 1
url = https://github.com/ameshkov/dnslookup
+ arch = i686
arch = x86_64
+ arch = aarch64
+ arch = armv7h
+ arch = mips
+ arch = mips64
license = MIT
makedepends = go
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 9f4e06005a3e..b2637f84e90c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=dnslookup-git
pkgver=1.10.0.r1.gbbd6081
pkgrel=1
pkgdesc="Simple command line utility to make DNS lookups to the specified server"
-arch=('x86_64')
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'mips' 'mips64')
url="https://github.com/ameshkov/dnslookup"
license=('MIT')
makedepends=('go' 'git')