summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordeepjyoti302020-03-30 12:54:51 +0530
committerdeepjyoti302020-03-30 12:54:51 +0530
commit15a0ef3e6a4ed6b4c61c365ab88c1a60c66a00f7 (patch)
treef813d99e289e789f7be8f981c8687526d0171a97 /PKGBUILD
parent9a2ac60a906eef7729c71e4be12a4bf9ee07ee1c (diff)
downloadaur-15a0ef3e6a4ed6b4c61c365ab88c1a60c66a00f7.tar.gz
update: 0.0.3 release.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dad8431c8797..71f069745165 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Deepjyoti <deep.barman30@gmail.com>
pkgname=quickwall
-pkgver=0.0.2
+pkgver=0.0.3
pkgrel=0
pkgdesc="Quickly set wallpapers from CLI directly from Unsplash."
arch=("any")
@@ -12,6 +12,7 @@ depends=(
"python-pywal"
"downloader-cli"
"python-requests"
+ "python-beautifulsoup4"
)
makedepends=("git" "python-setuptools")
optdepends=()
@@ -22,7 +23,7 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/deepjyoti30/QuickWall/archive/0.0.2.tar.gz")
+source=("https://github.com/deepjyoti30/QuickWall/archive/0.0.3.tar.gz")
noextract=()
md5sums=("SKIP")
validpgpkeys=()