summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2022-12-09 17:55:02 +0330
committerAmin Vakil2022-12-09 17:56:17 +0330
commit84894f51e03b3eb444c1d8f773ebca4863b2b14c (patch)
treeefc274f0cb6a41fce9ecee78b57a2ca1423d4172
parent91ee385f45522032ca7ddcb3dbff8809a4f8473c (diff)
downloadaur-84894f51e03b3eb444c1d8f773ebca4863b2b14c.tar.gz
Add golangci-lint to checkdepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 488bcf1dc2c0..1ef3fcf5d546 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = pumba
pkgdesc = Chaos testing, network emulation and stress testing tool for containers
pkgver = 0.9.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/alexei-led/pumba
arch = x86_64
license = Apache
+ checkdepends = golangci-lint
makedepends = go
makedepends = git
- source = pumba-0.9.0-4.tar.gz::https://github.com/alexei-led/pumba/archive/refs/tags/0.9.0.tar.gz
+ source = pumba-0.9.0-5.tar.gz::https://github.com/alexei-led/pumba/archive/refs/tags/0.9.0.tar.gz
source = https://github.com/alexei-led/pumba/commit/cd6983.patch
sha256sums = 7faa50566898a53b0fff81973e7161874eabec45ad11f9defcd0e04310bddaff
sha256sums = e77b9003e6d79e443aed18c9bde557215a884b40a171cbefe3eeaa11a839d7e5
diff --git a/PKGBUILD b/PKGBUILD
index 9002c5078d67..aa2f989b8661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=pumba
pkgver=0.9.0
-pkgrel=4
+pkgrel=5
pkgdesc="Chaos testing, network emulation and stress testing tool for containers"
arch=('x86_64')
url="https://github.com/alexei-led/pumba"
license=('Apache')
makedepends=('go' 'git')
+checkdepends=('golangci-lint')
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
"https://github.com/alexei-led/pumba/commit/cd6983.patch")
sha256sums=('7faa50566898a53b0fff81973e7161874eabec45ad11f9defcd0e04310bddaff'