Compare commits

...

2 Commits

Author SHA1 Message Date
4d11857524
fix: add mint-backgrounds-virginia
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-13 16:06:36 +01:00
a7e439cfe3
fix: add mint-backgrounds-virginia
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-13 16:02:44 +01:00
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.6.0
pkgrel = 1
pkgver = 1.7.0
pkgrel = 2
arch = any
license = Various
depends = mint-backgrounds
@ -32,5 +32,6 @@ pkgbase = mint-backgrounds
depends = mint-backgrounds-vanessa
depends = mint-backgrounds-vera
depends = mint-backgrounds-victoria
depends = mint-backgrounds-virginia
pkgname = mint-backgrounds

View File

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