aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus2023-12-19 21:43:42 +0100
committermarkus2023-12-19 21:44:27 +0100
commit73c8b1e1c66c22c03e1c31f8c8acc89837d61d5b (patch)
tree638bda51f7c0dae49ec2ea516670bd548dbde1bd
parent4d1185752480595166e6dc0d8039d9c94c3ced8f (diff)
downloadaur-73c8b1e1c66c22c03e1c31f8c8acc89837d61d5b.tar.gz
fix: resolve cyclic dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 826adef73634..cf5cb7b9af93 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 95c751f8d0ad..4bee9be1f0dd 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'