fix: add mint-backgrounds-wilma
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2024-04-02 14:24:47 +02:00
parent 9e58986e70
commit 29d7b70c1d
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = mint-backgrounds
pkgdesc = The backgrounds of Linux Mint
pkgver = 1.7.0
pkgrel = 3
pkgver = 1.8.0
pkgrel = 1
arch = any
license = Various
depends = mint-backgrounds-helena
@ -33,5 +33,6 @@ pkgbase = mint-backgrounds
depends = mint-backgrounds-vera
depends = mint-backgrounds-victoria
depends = mint-backgrounds-virginia
depends = mint-backgrounds-wilma
pkgname = mint-backgrounds

View File

@ -1,8 +1,8 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=mint-backgrounds
pkgver=1.7.0
pkgrel=3
pkgver=1.8.0
pkgrel=1
pkgdesc="The backgrounds of Linux Mint"
license=('Various')
arch=('any')
@ -36,4 +36,5 @@ depends=(
'mint-backgrounds-vera'
'mint-backgrounds-victoria'
'mint-backgrounds-virginia'
'mint-backgrounds-wilma'
)