From 2fd962ca5a447d55fa0d93bda0693d60170b968f Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 2 Jun 2025 19:42:32 +0200 Subject: [PATCH] chore(deps): add mint-backgrounds-wallpapers --- .SRCINFO | 5 +++-- PKGBUILD | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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 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' )