summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4645b6f2073..4262967e6460 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chwp-git
pkgdesc = Changes the background wallpaper and lockscreen from the command line.
- pkgver = 0.0.22
+ pkgver = 0.0.25
pkgrel = 1
url = https://gitlab.com/rouvenhimmelstein/chwp
arch = x86_64
@@ -8,10 +8,11 @@ pkgbase = chwp-git
makedepends = git
makedepends = cmake
makedepends = qt5-base
+ depends = xorg-xrandr
depends = qt5-base
provides = chwp
conflicts = chwp
- source = https://gitlab.com/rouvenhimmelstein/chwp/-/archive/0.0.22/chwp-0.0.22.tar.gz
+ source = https://gitlab.com/rouvenhimmelstein/chwp/-/archive/0.0.25/chwp-0.0.25.tar.gz
sha1sums = SKIP
pkgname = chwp-git
diff --git a/PKGBUILD b/PKGBUILD
index ab6c5f67c1d5..395eff9509d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_gitname=chwp
_cmdname=chwp
pkgname=${_gitname}-git
-pkgver=0.0.22
+pkgver=0.0.25
pkgrel=1
pkgdesc="Changes the background wallpaper and lockscreen from the command line."
arch=('x86_64')
url="https://gitlab.com/rouvenhimmelstein/chwp"
license=('GPL3')
-depends=('qt5-base')
+depends=('xorg-xrandr' 'qt5-base')
makedepends=('git' 'cmake' 'qt5-base')
provides=('chwp')
conflicts=('chwp')