fix: architecture

This commit is contained in:
Markus Pesch 2021-01-08 23:05:18 +01:00
parent 73b580b42a
commit 0179e5c7cb
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
pkgbase = docker-pushrm
pkgdesc = "Docker Push Readme" - a Docker CLI plugin to update container repo docs
pkgver = 1.7.0
pkgrel = 1
pkgrel = 2
url = https://github.com/christian-korneck/docker-pushrm
arch = any
arch = x86_64
license = MIT
makedepends = go
source = https://github.com/christian-korneck/docker-pushrm/archive/v1.7.0.zip

View File

@ -2,9 +2,9 @@
pkgname=docker-pushrm
pkgver=1.7.0
pkgrel=1
pkgrel=2
pkgdesc='"Docker Push Readme" - a Docker CLI plugin to update container repo docs'
arch=('any')
arch=('x86_64')
url=https://github.com/christian-korneck/docker-pushrm
license=('MIT')
makedepends=('go')