summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2021-06-12 10:41:49 +0200
committerAndrea Feletto2021-06-12 10:41:49 +0200
commitee2c75d3067bd7f344ae97bd33bf1414ea4880ec (patch)
treeef0b53f33583c72bc2da86706187f804642ea66e
parent86a5adfdae706a924320ff596d0176dc6d00f730 (diff)
downloadaur-ee2c75d3067bd7f344ae97bd33bf1414ea4880ec.tar.gz
fix: move zig and scdoc to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e3dc3c7bc92..690d9896c541 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,8 @@ pkgbase = river-git
url = https://github.com/ifreund/river
arch = x86_64
license = GPL3
- depends = zig>=0.8.0
+ makedepends = zig>=0.8.0
+ makedepends = scdoc
depends = mesa>=21.1.2
depends = wayland
depends = wayland-protocols
@@ -14,7 +15,6 @@ pkgbase = river-git
depends = libevdev
depends = pixman
depends = xorg-xwayland
- depends = scdoc
provides = river
provides = riverctl
provides = rivertile
diff --git a/PKGBUILD b/PKGBUILD
index b5a2725e1a7c..8111b36a0595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,10 @@ arch=('x86_64')
url='https://github.com/ifreund/river'
license=('GPL3')
depends=(
- 'zig>=0.8.0' 'mesa>=21.1.2' 'wayland' 'wayland-protocols' 'wlroots'
- 'libxkbcommon' 'libevdev' 'pixman' 'xorg-xwayland' 'scdoc'
+ 'mesa>=21.1.2' 'wayland' 'wayland-protocols' 'wlroots'
+ 'libxkbcommon' 'libevdev' 'pixman' 'xorg-xwayland'
)
+makedepends=('zig>=0.8.0' 'scdoc')
provides=('river' 'riverctl' 'rivertile')
conflicts=('river')
source=(