summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeoTheFox2021-11-19 21:28:24 +0300
committerNeoTheFox2021-11-19 21:28:24 +0300
commita1c05cf62d9c168db05b10cba37831e13548712f (patch)
tree39b271099a147559aff555c8ea6d177004a01855 /PKGBUILD
parentea3a38cb31d23e6a4deb8a8a3cf8d6d60caa4cd3 (diff)
downloadaur-a1c05cf62d9c168db05b10cba37831e13548712f.tar.gz
added missing ruby-rexml dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b690a2bec836..8b26f323d8a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=rtile-git
pkgver=dbb531b
-pkgrel=2
+pkgrel=3
pkgdesc="Ruby script for manual tiling and window placement."
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/xhsdf/rtile"
license=('GPL')
-depends=('ruby' 'xorg-xprop' 'wmctrl' 'xorg-xrandr' 'pxdo')
+depends=('ruby' 'ruby-rexml' 'xorg-xprop' 'wmctrl' 'xorg-xrandr' 'pxdo')
makedepends=('git')
conflicts=('rtile')
provides=('rtile')