aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Pesch2022-01-11 09:08:24 +0100
committerMarkus Pesch2022-01-11 09:08:34 +0100
commit9b4fd5bd3fb2cd5b0b8fbc8c213b56e7869b0376 (patch)
tree0fc471e08b5f414dd3fbaff6df8f68e089f49716
parent9808e3a1f82a49303edad4844cda318693c8a134 (diff)
downloadaur-9b4fd5bd3fb2cd5b0b8fbc8c213b56e7869b0376.tar.gz
fix: add mint-backgrounds-una
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dfe59a66abd..a6999a84bb2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mint-backgrounds
pkgdesc = The backgrounds of Linux Mint
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
arch = any
license = Various
@@ -28,5 +28,6 @@ pkgbase = mint-backgrounds
depends = mint-backgrounds-ulyana
depends = mint-backgrounds-ulyssa
depends = mint-backgrounds-uma
+ depends = mint-backgrounds-una
pkgname = mint-backgrounds
diff --git a/PKGBUILD b/PKGBUILD
index 53785e5de496..84bf60c04b4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=mint-backgrounds
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="The backgrounds of Linux Mint"
license=('Various')
@@ -31,4 +31,5 @@ depends=(
'mint-backgrounds-ulyana'
'mint-backgrounds-ulyssa'
'mint-backgrounds-uma'
+ 'mint-backgrounds-una'
)