fix: pkgrel, makedepends

This commit is contained in:
2020-11-21 20:02:52 +01:00
parent fd3ebf1baf
commit 3c30f20b5a
2 changed files with 3 additions and 4 deletions

View File

@ -2,13 +2,13 @@
pkgname=container-logs
pkgver=0.1.0
pkgrel=0
pkgrel=1
pkgdesc='Print logs of docker containers on stdout'
arch=('x86_64' 'armv7h')
url=https://git.cryptic.systems/volker.raschek/container-logs
license=('Apache 2.0')
depends=('docker')
makedepends=('git' 'go' 'make')
makedepends=('git' 'go')
source=(
"https://git.cryptic.systems/volker.raschek/container-logs/archive/v${pkgver}.tar.gz"
)