summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiang Gao2017-12-27 01:58:45 -0500
committerXiang Gao2017-12-27 01:58:45 -0500
commit2885b22ec5d714ebf975de4cb345c396f650d112 (patch)
tree4199ad31537183dfd65104a2f97ad16af511b4bc
parentceeb962628478d47f9cbf50d33b9080c140d5a92 (diff)
downloadaur-2885b22ec5d714ebf975de4cb345c396f650d112.tar.gz
add go to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e464e0e3b8f1..761a85f0805a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = mkinitcpio-docker-hooks
pkgdesc = mkinitcpio hooks that provides support for using docker image as root
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/zasdfgbnm/mkinitcpio-docker-hooks
arch = any
groups = base
license = GPL
+ makedepends = go
depends = mkinitcpio
backup = etc/docker-btrfs.json
source = install_docker-btrfs
diff --git a/PKGBUILD b/PKGBUILD
index 3cb1f9a1ca4f..e41bb705d24d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=mkinitcpio-docker-hooks
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc="mkinitcpio hooks that provides support for using docker image as root"
arch=(any)
url="https://github.com/zasdfgbnm/mkinitcpio-docker-hooks"
license=('GPL')
groups=('base')
depends=('mkinitcpio')
+makedepends=('go')
backup=(etc/docker-btrfs.json)
source=('install_docker-btrfs' 'hooks_docker-btrfs' 'etc_docker-btrfs.json' 'get-docker-cache-id.go')
md5sums=('5ce9a3498b0af7e9fbbe830893da83e3'