Skip to content

Commit

Permalink
upgpkg: pumba 0.9.0-3
Browse files Browse the repository at this point in the history
temporary fix
  • Loading branch information
aminvakil committed Dec 4, 2021
1 parent 13915c3 commit 742e424
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
6 changes: 3 additions & 3 deletions ci/pumba/before_makepkg.sh
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"
10 changes: 6 additions & 4 deletions pumba/.SRCINFO
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
13 changes: 9 additions & 4 deletions pumba/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>

pkgname=pumba
pkgver=0.8.0
pkgrel=1
pkgver=0.9.0
pkgrel=3
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')
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('052ece6984a0533d7f93b2b64c66d5e89516bbf93e4cb732a2743322b4eef9da')
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
"https://patch-diff.githubusercontent.com/raw/alexei-led/pumba/pull/214.patch")
sha256sums=('7faa50566898a53b0fff81973e7161874eabec45ad11f9defcd0e04310bddaff'
'fe04556548acdf46bb7f7c0774624a37adb2271044265735f2b24e02981649c6')

prepare() {
patch -d "$pkgname-$pkgver" -p1 -i ../214.patch
}

build() {
cd "$pkgname-$pkgver"
Expand Down

0 comments on commit 742e424

Please sign in to comment.