summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2024-04-14 08:46:01 +0000
committerGitHub Action2024-04-14 08:46:01 +0000
commit101706802a7ea368f5289f3574f8fe9a1212702d (patch)
tree6eeca301bff9750c0e5e75901638e5b459a3c317
parentb990d5272acf59e24fced3028e20b2e3c6d83fc2 (diff)
downloadaur-101706802a7ea368f5289f3574f8fe9a1212702d.tar.gz
Update from GitHub Actions: dnslookup-git: update depends
https://github.com/RiverOnVenus/AUR-packages/actions/runs/8679132819
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 593e89f9e895..95a9c148bbac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = dnslookup-git
license = MIT
makedepends = go
makedepends = git
+ depends = glibc
provides = dnslookup
conflicts = dnslookup
source = dnslookup-git::git+https://github.com/ameshkov/dnslookup
diff --git a/PKGBUILD b/PKGBUILD
index 8126956a5361..a48e63885287 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="Simple command line utility to make DNS lookups to the specified server
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'mips' 'mips64')
url="https://github.com/ameshkov/dnslookup"
license=('MIT')
+depends=('glibc')
makedepends=('go' 'git')
provides=('dnslookup')
conflicts=('dnslookup')