summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Bazley2018-06-19 00:06:38 +0100
committerSam Bazley2018-06-19 00:06:38 +0100
commit68dbf0d611c291be7f358209e11f66419ae0fb6d (patch)
treeda409163dabd0747a37bf5cb4c125cbba86ab1eb
parent1697168a27eabeb7ae920adc738d0e854c6873e8 (diff)
downloadaur-68dbf0d611c291be7f358209e11f66419ae0fb6d.tar.gz
Fixed incorrect dependency (libxrandr)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1562e021b65f..5a4d8191930a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = blockbar-git
makedepends = cmake
depends = cairo
depends = pango
- depends = xorg-xrandr
+ depends = libxrandr
source = git+https://gitlab.com/sambazley/blockbar.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3b0dad6ad086..16174bd04b88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=("i686" "x86_64")
url="https://gitlab.com/sambazley/blockbar"
license=("ZLIB")
makedepends=("cmake")
-depends=("cairo" "pango" "xorg-xrandr")
+depends=("cairo" "pango" "libxrandr")
source=("git+https://gitlab.com/sambazley/blockbar.git")
md5sums=("SKIP")