aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Pesch2023-06-23 09:31:55 +0200
committerMarkus Pesch2023-06-23 09:31:55 +0200
commitf1ef8eeadfa14a54fb2345b97be24def0df63295 (patch)
tree4730085313fd4aeb96e16613e49eba83d1e33f2b
parent2fe2819a2ea4455bd41c1eebab2adf8742fbb681 (diff)
downloadaur-f1ef8eeadfa14a54fb2345b97be24def0df63295.tar.gz
fix: add mint-backgrounds-victoria
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 062654090683..d4e8c3af1fc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mint-backgrounds
pkgdesc = The backgrounds of Linux Mint
- pkgver = 1.5.0
+ pkgver = 1.6.0
pkgrel = 1
arch = any
license = Various
@@ -31,5 +31,6 @@ pkgbase = mint-backgrounds
depends = mint-backgrounds-una
depends = mint-backgrounds-vanessa
depends = mint-backgrounds-vera
+ depends = mint-backgrounds-victoria
pkgname = mint-backgrounds
diff --git a/PKGBUILD b/PKGBUILD
index d56a9e5f16df..3a2527d62b7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=mint-backgrounds
-pkgver=1.5.0
+pkgver=1.6.0
pkgrel=1
pkgdesc="The backgrounds of Linux Mint"
license=('Various')
@@ -34,4 +34,5 @@ depends=(
'mint-backgrounds-una'
'mint-backgrounds-vanessa'
'mint-backgrounds-vera'
+ 'mint-backgrounds-victoria'
)