summarylogtreecommitdiffstats
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
parent6d70a5d1fb9cec2b8829930a1e3084d68db468d7 (diff)
downloadaur-xcolor.tar.gz
Add libx11 and libxcursor to dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e128524e4f80..bf31f112f4f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xcolor
pkgdesc = Lightweight color picker for X11
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Soft/xcolor
arch = x86_64
license = MIT
@@ -9,6 +9,8 @@ pkgbase = xcolor
makedepends = cargo
makedepends = python
depends = libxcb
+ depends = libxcursor
+ depends = libx11
source = https://github.com/Soft/xcolor/archive/0.5.1.tar.gz
sha256sums = cff417d0ccbece766c66a183413e167868fdbd98b8129516ff9021a4b11a5647
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() {