summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruser8272020-12-04 11:00:01 +0200
committeruser8272020-12-04 11:00:01 +0200
commit4c801d0738ef9d6f4a3c4d4d6ee0ce71194d0ce0 (patch)
treed9e9f8a96364387ad3fb877c0257a283517b82dd
parent187de14ab2a160e187b5af6fd18e091d3950d0ea (diff)
downloadaur-4c801d0738ef9d6f4a3c4d4d6ee0ce71194d0ce0.tar.gz
fixup dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a8347135eb4..aaf20090feb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = xaskpass
license = Apache
depends = libxcb
depends = xcb-util-errors
- depends = xcb-util-xrm
depends = pango
depends = cairo
depends = libxkbcommon
diff --git a/PKGBUILD b/PKGBUILD
index 64b123915a45..a308a5f4155a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.0.0
pkgrel=1
arch=('x86_64')
license=('Apache')
-depends=(libxcb xcb-util-errors xcb-util-xrm pango cairo libxkbcommon
+depends=(libxcb xcb-util-errors pango cairo libxkbcommon
libxkbcommon-x11)
url="https://github.com/user827/xaskpass.git"
source=("$pkgname::git+$url#tag=v${pkgver}?signed")