From 73c8b1e1c66c22c03e1c31f8c8acc89837d61d5b Mon Sep 17 00:00:00 2001 From: markus Date: Tue, 19 Dec 2023 21:43:42 +0100 Subject: [PATCH] fix: resolve cyclic dependency --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 826adef..cf5cb7b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,10 @@ pkgbase = mint-backgrounds pkgdesc = The backgrounds of Linux Mint pkgver = 1.7.0 - pkgrel = 2 + pkgrel = 3 arch = any license = Various - depends = mint-backgrounds + depends = mint-backgrounds-helena depends = mint-backgrounds-isadora depends = mint-backgrounds-julia depends = mint-backgrounds-katya diff --git a/PKGBUILD b/PKGBUILD index 95c751f..4bee9be 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,12 +2,12 @@ pkgname=mint-backgrounds pkgver=1.7.0 -pkgrel=2 +pkgrel=3 pkgdesc="The backgrounds of Linux Mint" license=('Various') arch=('any') depends=( - 'mint-backgrounds' + 'mint-backgrounds-helena' 'mint-backgrounds-isadora' 'mint-backgrounds-julia' 'mint-backgrounds-katya'