aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus2020-12-30 10:52:41 +0100
committermarkus2020-12-30 10:52:41 +0100
commitabd3320b8831e6694b27c1824fec049b7143977d (patch)
tree508427ec26c2c7e6ebe39e96f192aff3dde27dca
parent9209820200ca5404ad52eb03a0810f5d6ad35351 (diff)
downloadaur-abd3320b8831e6694b27c1824fec049b7143977d.tar.gz
fix: add ulyssa
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6f16d0e43a0..e5e835ebcb5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mint-backgrounds
pkgdesc = The backgrounds of Linux Mint
- pkgver = 1
+ pkgver = 1.1.0
pkgrel = 1
arch = any
license = Various
@@ -26,6 +26,7 @@ pkgbase = mint-backgrounds
depends = mint-backgrounds-tina
depends = mint-backgrounds-tricia
depends = mint-backgrounds-ulyana
+ depends = mint-backgrounds-ulyssa
pkgname = mint-backgrounds
diff --git a/PKGBUILD b/PKGBUILD
index da9bcda27a15..0a38c901e366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=mint-backgrounds
-pkgver=1
+pkgver=1.1.0
pkgrel=1
pkgdesc="The backgrounds of Linux Mint"
license=('Various')
@@ -29,4 +29,5 @@ depends=(
'mint-backgrounds-tina'
'mint-backgrounds-tricia'
'mint-backgrounds-ulyana'
+ 'mint-backgrounds-ulyssa'
)