summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian2023-09-23 20:49:02 +0200
committerSebastian2023-09-23 20:49:02 +0200
commit9cd8f173ac7247a8173ef5d91760f7530fa3bea8 (patch)
tree3859f9d672430fc6f1cd6a99d127d1927d5f39f5
parentbd4eb26d2e72bac390291eb2760c5943c847090a (diff)
downloadaur-9cd8f173ac7247a8173ef5d91760f7530fa3bea8.tar.gz
changed arch any->array of possibilities
-rw-r--r--PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d585996f477..f5df0e8315e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,13 @@ pkgname=dnslookup-git
pkgver=1.10.0.r75.20230921.0acf48e
pkgrel=1
pkgdesc="Simple command line utility to make DNS lookups to the specified server"
-arch=('any')
+arch=(
+ 'aarch64'
+ 'armv6h'
+ 'armv7h'
+ 'i686'
+ 'x86_64'
+)
url="https://github.com/ameshkov/dnslookup"
license=('GPL3')
depends=()