aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Pesch2022-12-15 17:39:26 +0100
committerMarkus Pesch2022-12-15 17:39:51 +0100
commitf61d19ff986248d87b12bb64e3572912ec952a92 (patch)
tree2b615396902b13277dbde5220d10ce68cc74c3b1
parent5cb5c028a401856990e5793885c5c5df73c34c4a (diff)
downloadaur-f61d19ff986248d87b12bb64e3572912ec952a92.tar.gz
fix: add mint-backgrounds-vera
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c1e2bc72a67..062654090683 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mint-backgrounds
pkgdesc = The backgrounds of Linux Mint
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
arch = any
license = Various
@@ -30,5 +30,6 @@ pkgbase = mint-backgrounds
depends = mint-backgrounds-uma
depends = mint-backgrounds-una
depends = mint-backgrounds-vanessa
+ depends = mint-backgrounds-vera
pkgname = mint-backgrounds
diff --git a/PKGBUILD b/PKGBUILD
index 843724a17c21..d56a9e5f16df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=mint-backgrounds
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="The backgrounds of Linux Mint"
license=('Various')
@@ -33,4 +33,5 @@ depends=(
'mint-backgrounds-uma'
'mint-backgrounds-una'
'mint-backgrounds-vanessa'
+ 'mint-backgrounds-vera'
)