summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2020-07-02 21:10:44 +0200
committerSibren Vasse2020-07-02 21:10:44 +0200
commit86260296e6f1267e1685986689e74a8acdc37adf (patch)
tree7b987eb7efa640f06766e7bba359da73ad493bf4
parent526de983c44c01a183d867ab707685c928b1857b (diff)
downloadaur-86260296e6f1267e1685986689e74a8acdc37adf.tar.gz
Add go to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8de8090f9b97..ea1ac90387af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = kepubify
url = https://geek1011.github.io/kepubify
arch = x86_64
license = MIT
+ makedepends = go
conflicts = kepubify-bin
source = https://github.com/geek1011/kepubify/archive/v3.1.2.tar.gz
sha256sums = 69f02af0846eb5c153db73a1c07b53ba478986ca07f87af400d66e5f47699f81
diff --git a/PKGBUILD b/PKGBUILD
index fa1ef2924425..e29e0f3d24ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64')
url='https://geek1011.github.io/kepubify'
license=('MIT')
conflicts=('kepubify-bin')
+makedepends=('go')
source=("https://github.com/geek1011/kepubify/archive/v$pkgver.tar.gz")
sha256sums=('69f02af0846eb5c153db73a1c07b53ba478986ca07f87af400d66e5f47699f81')