diff --git a/.SRCINFO b/.SRCINFO
index 2f80c48..c9c2bd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = mint-backgrounds
 	pkgdesc = The backgrounds of Linux Mint
-	pkgver = 1.8.0
-	pkgrel = 2
+	pkgver = 1.9.0
+	pkgrel = 1
 	arch = any
 	license = Various
 	depends = mint-backgrounds-helena
@@ -33,6 +33,7 @@ pkgbase = mint-backgrounds
 	depends = mint-backgrounds-vera
 	depends = mint-backgrounds-victoria
 	depends = mint-backgrounds-virginia
+	depends = mint-backgrounds-wallpapers
 	depends = mint-backgrounds-wilma
 
 pkgname = mint-backgrounds
diff --git a/PKGBUILD b/PKGBUILD
index 5148492..8fb33c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
 
 pkgname=mint-backgrounds
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
 pkgdesc="The backgrounds of Linux Mint"
 license=('Various')
 arch=('any')
@@ -36,5 +36,6 @@ depends=(
   'mint-backgrounds-vera'
   'mint-backgrounds-victoria'
   'mint-backgrounds-virginia'
+  'mint-backgrounds-wallpapers'
   'mint-backgrounds-wilma'
 )