summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2024-04-13 10:52:11 +0000
committerGitHub Action2024-04-13 10:52:11 +0000
commitb990d5272acf59e24fced3028e20b2e3c6d83fc2 (patch)
treeb74cb72be0891f6ff52af738b8ff94c6dab4ef18
parent8b5aff0af1a7b34d3c51fcdd3769f8f106d1af65 (diff)
downloadaur-b990d5272acf59e24fced3028e20b2e3c6d83fc2.tar.gz
Update from GitHub Actions: dnslookup-git: set epoch=1
due to changes in the package version numbering scheme, it's necessary to force the package to be seen as newer than any previous version https://github.com/RiverOnVenus/AUR-packages/actions/runs/8672985601
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31dfa78bdaf6..593e89f9e895 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = dnslookup-git
pkgdesc = Simple command line utility to make DNS lookups to the specified server
pkgver = 1.10.0.r1.gbbd6081
pkgrel = 1
+ epoch = 1
url = https://github.com/ameshkov/dnslookup
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b2637f84e90c..8126956a5361 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,6 +3,7 @@
pkgname=dnslookup-git
pkgver=1.10.0.r1.gbbd6081
pkgrel=1
+epoch=1
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"