summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel Laurén2021-09-14 18:21:21 +0300
committerSamuel Laurén2021-09-14 18:21:21 +0300
commitde7a9343d6495c92fc3d5e3bcc2184ee2cb2566c (patch)
treeb06bd759e776baba1589e1b0c5ac011a5556cb55 /PKGBUILD
parent6d70a5d1fb9cec2b8829930a1e3084d68db468d7 (diff)
downloadaur-xcolor.tar.gz
Add libx11 and libxcursor to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b17987d97451..b7b3fdf2ce5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Samuel Laurén <samuel dot lauren at iki dot fi>
pkgname=xcolor
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight color picker for X11"
arch=(x86_64)
url="https://github.com/Soft/xcolor"
license=("MIT")
-depends=("libxcb")
+depends=("libxcb" "libxcursor" "libx11")
makedepends=("rust" "cargo" "python")
source=("https://github.com/Soft/xcolor/archive/${pkgver}.tar.gz")
-sha256sums=('cff417d0ccbece766c66a183413e167868fdbd98b8129516ff9021a4b11a5647')
+sha256sums=("cff417d0ccbece766c66a183413e167868fdbd98b8129516ff9021a4b11a5647")
build() {