aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus2021-01-08 23:05:18 +0100
committermarkus2021-01-08 23:05:18 +0100
commit0179e5c7cb3aa0ba577ba14609b15e1615991e67 (patch)
tree7abafe69f503a622f800518d89863b37174fb61a
parent73b580b42a4e3efab87eb945fd8cbc9a94d54b2c (diff)
downloadaur-0179e5c7cb3aa0ba577ba14609b15e1615991e67.tar.gz
fix: architecture
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ff5ae18a046..7bd6e7deac52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 03d3fd43a318..1f29465448c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')