summaryrefslogtreecommitdiffstats
path: root/dnsx/PKGBUILD
diff options
context:
space:
mode:
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 2a7a968..327e44a 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.1.4 5pkgver=1.1.5
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=('7c0868cb27f904ab8e158881cf4862a15f216122a43525d2ea93a1aa7bf03cff') 14sha256sums=('e55aff16ff72d7408108fd754c7d67baa6936792fba87a362f12c6871bf26ad4')
15 15
16prepare() { 16prepare() {
17 export GOPATH="${srcdir}/gopath" 17 export GOPATH="${srcdir}/gopath"