summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2019-02-23 12:11:20 -0800
committerCaleb Bassi2019-02-23 12:11:20 -0800
commita50f9aace1ac68c4a821cf8ce097f43877f9fecf (patch)
treec481a63972e7d4e47ef0422c02ff6232f3e1a7c3
parent09e9ab033a958d587513d53f591d191770e3ac12 (diff)
downloadaur-a50f9aace1ac68c4a821cf8ce097f43877f9fecf.tar.gz
Add dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53b881dc3086..366244bbded0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,14 @@
pkgbase = swaylock-blur-bin
pkgdesc = A small Rust program that runs swaylock and sets the image to a blurred screenshot of the desktop
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cjbassi/gotop
arch = x86_64
license = MIT
+ depends = swaylock
+ depends = imagemagick
+ depends = grim
+ depends = sway
provides = swaylock-blur
conflicts = swaylock-blur
source = https://github.com/cjbassi/swaylock-blur/releases/download/0.2.1/swaylock-blur-0.2.1-x86_64-unknown-linux-gnu.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 9067e8e47aa7..b6379191d97e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=swaylock-blur-bin
_pkgname=${pkgname%-bin}
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A small Rust program that runs swaylock and sets the image to a blurred screenshot of the desktop"
arch=("x86_64")
url="https://github.com/cjbassi/gotop"
license=("MIT")
+depends=("swaylock" "imagemagick" "grim" "sway")
provides=(${_pkgname})
conflicts=(${_pkgname})
source=("https://github.com/cjbassi/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")