diff options
Diffstat (limited to 'gau/PKGBUILD')
-rw-r--r-- | gau/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gau/PKGBUILD b/gau/PKGBUILD index 09b6dfd..3aee3ed 100644 --- a/gau/PKGBUILD +++ b/gau/PKGBUILD | |||
@@ -2,7 +2,7 @@ | |||
2 | # Contributor: <contact@amadejpapez.com> | 2 | # Contributor: <contact@amadejpapez.com> |
3 | 3 | ||
4 | pkgname=gau | 4 | pkgname=gau |
5 | pkgver=2.1.2 | 5 | pkgver=2.2.1 |
6 | pkgrel=1 | 6 | pkgrel=1 |
7 | pkgdesc="Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl" | 7 | pkgdesc="Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl" |
8 | arch=(any) | 8 | arch=(any) |
@@ -11,7 +11,7 @@ license=(MIT) | |||
11 | depends=(glibc) | 11 | depends=(glibc) |
12 | makedepends=(go) | 12 | makedepends=(go) |
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=('2900ba86dfda01b5d8a90e1547f158feb134f6d2b757ff8fc77d96d290f72e4c') | 14 | sha256sums=('31abcc1f12fc00078898d96bd32531cd3404a66147b40ab64b31c1d7027671f3') |
15 | 15 | ||
16 | build() { | 16 | build() { |
17 | export CGO_CPPFLAGS="${CPPFLAGS}" | 17 | export CGO_CPPFLAGS="${CPPFLAGS}" |