Compare commits
No commits in common. "master" and "v1.7.0-2" have entirely different histories.
7
.SRCINFO
7
.SRCINFO
@ -1,10 +1,10 @@
|
|||||||
pkgbase = mint-backgrounds
|
pkgbase = mint-backgrounds
|
||||||
pkgdesc = The backgrounds of Linux Mint
|
pkgdesc = The backgrounds of Linux Mint
|
||||||
pkgver = 1.8.0
|
pkgver = 1.7.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
arch = any
|
arch = any
|
||||||
license = Various
|
license = Various
|
||||||
depends = mint-backgrounds-helena
|
depends = mint-backgrounds
|
||||||
depends = mint-backgrounds-isadora
|
depends = mint-backgrounds-isadora
|
||||||
depends = mint-backgrounds-julia
|
depends = mint-backgrounds-julia
|
||||||
depends = mint-backgrounds-katya
|
depends = mint-backgrounds-katya
|
||||||
@ -33,6 +33,5 @@ pkgbase = mint-backgrounds
|
|||||||
depends = mint-backgrounds-vera
|
depends = mint-backgrounds-vera
|
||||||
depends = mint-backgrounds-victoria
|
depends = mint-backgrounds-victoria
|
||||||
depends = mint-backgrounds-virginia
|
depends = mint-backgrounds-virginia
|
||||||
depends = mint-backgrounds-wilma
|
|
||||||
|
|
||||||
pkgname = mint-backgrounds
|
pkgname = mint-backgrounds
|
||||||
|
7
PKGBUILD
7
PKGBUILD
@ -1,13 +1,13 @@
|
|||||||
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
||||||
|
|
||||||
pkgname=mint-backgrounds
|
pkgname=mint-backgrounds
|
||||||
pkgver=1.8.0
|
pkgver=1.7.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="The backgrounds of Linux Mint"
|
pkgdesc="The backgrounds of Linux Mint"
|
||||||
license=('Various')
|
license=('Various')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
depends=(
|
depends=(
|
||||||
'mint-backgrounds-helena'
|
'mint-backgrounds'
|
||||||
'mint-backgrounds-isadora'
|
'mint-backgrounds-isadora'
|
||||||
'mint-backgrounds-julia'
|
'mint-backgrounds-julia'
|
||||||
'mint-backgrounds-katya'
|
'mint-backgrounds-katya'
|
||||||
@ -36,5 +36,4 @@ depends=(
|
|||||||
'mint-backgrounds-vera'
|
'mint-backgrounds-vera'
|
||||||
'mint-backgrounds-victoria'
|
'mint-backgrounds-victoria'
|
||||||
'mint-backgrounds-virginia'
|
'mint-backgrounds-virginia'
|
||||||
'mint-backgrounds-wilma'
|
|
||||||
)
|
)
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"assignees": [ "volker.raschek" ],
|
"assignees": [ "volker.raschek" ],
|
||||||
|
"automergeStrategy": "merge-commit",
|
||||||
|
"automergeType": "pr",
|
||||||
"labels": [ "renovate" ],
|
"labels": [ "renovate" ],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user