summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2022-11-08 19:44:33 -0800
committerDonald Webster2022-11-08 19:44:33 -0800
commit2f32b6d470059b9508496c909f96030fa974a678 (patch)
tree0b3a5647919d14ba9aaf76ab34c9dcacccd7fbb0
parent9fec26a1efe396ae9051d509d3a02615c41d4c16 (diff)
downloadaur-tqm.tar.gz
Switch go to makedepends.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d32b1df000e1..bc3736fa708a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = tqm
arch = aarch64
arch = armv7h
license = GPL3
- depends = go
+ makedepends = go
optdepends = deluge: torrent downloader
optdepends = qbittorrent: torrent downloader
source = tqm-1.5.0.tar.gz::https://github.com/l3uddz/tqm/archive/v1.5.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2a837ef07cb5..b5356b369533 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="CLI tool to manage your torrent client queues. Primary focus is on remo
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/l3uddz/tqm"
license=('GPL3')
-depends=('go')
+makedepends=('go')
optdepends=(
'deluge: torrent downloader'
'qbittorrent: torrent downloader'