diff options
Diffstat (limited to 'dnsx/PKGBUILD')
-rw-r--r-- | dnsx/PKGBUILD | 4 |
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 | ||
4 | pkgname='dnsx' | 4 | pkgname='dnsx' |
5 | pkgver=1.1.4 | 5 | pkgver=1.1.5 |
6 | pkgrel=1 | 6 | pkgrel=1 |
7 | pkgdesc='Fast and multi-purpose DNS toolkit' | 7 | pkgdesc='Fast and multi-purpose DNS toolkit' |
8 | arch=('x86_64') | 8 | arch=('x86_64') |
@@ -11,7 +11,7 @@ license=('MIT') | |||
11 | makedepends=('go') | 11 | makedepends=('go') |
12 | provides=("${pkgname}") | 12 | provides=("${pkgname}") |
13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") | 13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") |
14 | sha256sums=('7c0868cb27f904ab8e158881cf4862a15f216122a43525d2ea93a1aa7bf03cff') | 14 | sha256sums=('e55aff16ff72d7408108fd754c7d67baa6936792fba87a362f12c6871bf26ad4') |
15 | 15 | ||
16 | prepare() { | 16 | prepare() { |
17 | export GOPATH="${srcdir}/gopath" | 17 | export GOPATH="${srcdir}/gopath" |