summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 093393a809b6..4979831fa291 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quickwall
pkgdesc = Quickly set wallpapers from CLI directly from Unsplash.
- pkgver = 0.0.3
+ pkgver = 0.0.4
pkgrel = 0
url = https://github.com/deepjyoti30/QuickWall
arch = any
@@ -13,8 +13,9 @@ pkgbase = quickwall
depends = python-requests
depends = python-beautifulsoup4
depends = python-dbus
+ depends = python-simber
optdepends = nitrogen>=1.6.1
- source = https://github.com/deepjyoti30/QuickWall/archive/0.0.3.tar.gz
+ source = https://github.com/deepjyoti30/QuickWall/archive/0.0.4.tar.gz
md5sums = SKIP
pkgname = quickwall
diff --git a/PKGBUILD b/PKGBUILD
index bf54873424a8..ccdc1c55f986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Deepjyoti <deep.barman30@gmail.com>
pkgname=quickwall
-pkgver=0.0.3
+pkgver=0.0.4
pkgrel=0
pkgdesc="Quickly set wallpapers from CLI directly from Unsplash."
arch=("any")
@@ -13,6 +13,7 @@ depends=(
"python-requests"
"python-beautifulsoup4"
"python-dbus"
+ "python-simber"
)
makedepends=("git" "python-setuptools")
optdepends=("nitrogen>=1.6.1")
@@ -23,7 +24,7 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/deepjyoti30/QuickWall/archive/0.0.3.tar.gz")
+source=("https://github.com/deepjyoti30/QuickWall/archive/0.0.4.tar.gz")
noextract=()
md5sums=("SKIP")
validpgpkeys=()