summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDeepjyoti Barman2021-01-04 18:33:41 +0530
committerDeepjyoti Barman2021-01-04 18:33:41 +0530
commitc0a42f0e34f4225246c3ca98a18551f3344f4dfd (patch)
tree1076b8977d255075c06d3ff3e1f48f65513cc0fa /PKGBUILD
parent468897c597501b8b13cb840df927cffcc1a54733 (diff)
downloadaur-c0a42f0e34f4225246c3ca98a18551f3344f4dfd.tar.gz
Bump version to 0.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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=()