summaryrefslogtreecommitdiffstats
path: root/dnsx/PKGBUILD
diff options
context:
space:
mode:
authorYigit Sever2021-12-01 10:42:06 +0300
committerYigit Sever2021-12-01 10:42:06 +0300
commitbbf7dbbe390b214e9c5486be299672a2c852abc4 (patch)
treead736668705dd514b1d4af746e6dd497619307b4 /dnsx/PKGBUILD
parentca16354be4f499eace5e9729bf81cb53fd5d176e (diff)
parent9f79042352b9c31836e69159106316c8bb261ccb (diff)
downloadpackages-bbf7dbbe390b214e9c5486be299672a2c852abc4.tar.gz
packages-bbf7dbbe390b214e9c5486be299672a2c852abc4.tar.bz2
packages-bbf7dbbe390b214e9c5486be299672a2c852abc4.zip
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'dnsx/PKGBUILD')
-rw-r--r--dnsx/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/dnsx/PKGBUILD b/dnsx/PKGBUILD
index 88d5a45..f0fdd98 100644
--- a/dnsx/PKGBUILD
+++ b/dnsx/PKGBUILD
@@ -2,7 +2,7 @@
2# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz> 2# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
3 3
4pkgname='dnsx' 4pkgname='dnsx'
5pkgver=1.0.6 5pkgver=1.0.7
6pkgrel=1 6pkgrel=1
7pkgdesc='Fast and multi-purpose DNS toolkit' 7pkgdesc='Fast and multi-purpose DNS toolkit'
8arch=('x86_64') 8arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
11makedepends=('go') 11makedepends=('go')
12provides=("${pkgname}") 12provides=("${pkgname}")
13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") 13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
14sha256sums=('ef0ade0508f0d6d8ed7e80f06e2ed888eaca9837fde513fc801451044b6a567e') 14sha256sums=('3ddf978dd97df76675f48a45b3e5eb7f6da33a5941f88115972e4329f7efbfd0')
15 15
16prepare() { 16prepare() {
17 export GOPATH="${srcdir}/gopath" 17 export GOPATH="${srcdir}/gopath"