-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temporary fix
- Loading branch information
Showing
3 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/sh | ||
pacman -Syu git --noconfirm | ||
git clone https://aur.archlinux.org/go-lint-git.git | ||
chown -R devel: go-lint-git | ||
su devel sh -c "cd go-lint-git && makepkg -sri --noconfirm" | ||
git clone https://aur.archlinux.org/golangci-lint.git | ||
chown -R devel: golangci-lint | ||
su devel sh -c "cd golangci-lint && makepkg -sri --noconfirm" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
pkgbase = pumba | ||
pkgdesc = Chaos testing, network emulation and stress testing tool for containers | ||
pkgver = 0.8.0 | ||
pkgrel = 1 | ||
pkgver = 0.9.0 | ||
pkgrel = 3 | ||
url = https://github.com/alexei-led/pumba | ||
arch = x86_64 | ||
license = Apache | ||
makedepends = go | ||
makedepends = git | ||
source = pumba-0.8.0-1.tar.gz::https://github.com/alexei-led/pumba/archive/refs/tags/0.8.0.tar.gz | ||
sha256sums = 052ece6984a0533d7f93b2b64c66d5e89516bbf93e4cb732a2743322b4eef9da | ||
source = pumba-0.9.0-3.tar.gz::https://github.com/alexei-led/pumba/archive/refs/tags/0.9.0.tar.gz | ||
source = https://patch-diff.githubusercontent.com/raw/alexei-led/pumba/pull/214.patch | ||
sha256sums = 7faa50566898a53b0fff81973e7161874eabec45ad11f9defcd0e04310bddaff | ||
sha256sums = fe04556548acdf46bb7f7c0774624a37adb2271044265735f2b24e02981649c6 | ||
|
||
pkgname = pumba |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters