summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-12-07 17:06:40 +0300
committerorhun2020-12-07 17:06:40 +0300
commit8ecb80b5601f57ce714ed26c24be0a2b49c68251 (patch)
tree8d55164b0c464a88cc649f07ed8a13a843bbe2a0
parenta80cf9b274edd08f398fb6163422660c5bd069fc (diff)
downloadaur-8ecb80b5601f57ce714ed26c24be0a2b49c68251.tar.gz
upgpkg: wtftw-git r347.14f3d1e-2
Update dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3f5cc32a2d2..70dc991650b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = wtftw-git
makedepends = git
depends = xorg-xmessage
depends = libxinerama
+ depends = gcc-libs
provides = wtftw
conflicts = wtftw
source = git+https://github.com/Kintaro/wtftw
diff --git a/PKGBUILD b/PKGBUILD
index b94aba9f7352..cd8a98d09935 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc='Window Tiling For The Win. A tiling window manager written in Rust (git
arch=('i686' 'x86_64')
url="https://github.com/Kintaro/wtftw"
license=('BSD')
-depends=('xorg-xmessage' 'libxinerama')
+depends=('xorg-xmessage' 'libxinerama' 'gcc-libs')
makedepends=('rust' 'git')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")