Compare commits

...

3 Commits

Author SHA1 Message Date
efb9338ef5
chore(renovate): use configuration preset
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-30 21:03:53 +02:00
e7d9626e07
fix: bump to v1.1
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-16 09:00:00 +02:00
5cda6578a3
fix: package name description
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-02 14:19:32 +02:00
3 changed files with 14 additions and 20 deletions

View File

@ -1,11 +1,11 @@
pkgbase = mint-backgrounds-wilma
pkgdesc = The backgrounds included in Linux Mint 21.3 wilma
pkgver = 1.0
pkgdesc = The backgrounds included in Linux Mint 22.0 wilma
pkgver = 1.1
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-wilma
arch = any
license = Various
source = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-wilma/mint-backgrounds-wilma_1.0.tar.gz
sha256sums = ef5a4edc7010d7ada5733c72c89570c22c1795b8f4c8cd6dbfd1509c482a37b5
source = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-wilma/mint-backgrounds-wilma_1.1.tar.gz
sha256sums = 42dd75974b2c1fe5e988ad894518b9a26ae75809fac026ca74b9bbdc8061b810
pkgname = mint-backgrounds-wilma

View File

@ -1,14 +1,14 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=mint-backgrounds-wilma
pkgver=1.0
pkgver=1.1
pkgrel=1
pkgdesc="The backgrounds included in Linux Mint 21.3 wilma"
pkgdesc="The backgrounds included in Linux Mint 22.0 wilma"
license=('Various')
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
source=("${url}/${pkgname}_$pkgver.tar.gz")
sha256sums=('ef5a4edc7010d7ada5733c72c89570c22c1795b8f4c8cd6dbfd1509c482a37b5')
sha256sums=('42dd75974b2c1fe5e988ad894518b9a26ae75809fac026ca74b9bbdc8061b810')
package() {
mkdir --parents ${pkgdir}/usr/share/backgrounds/linuxmint-wilma

View File

@ -1,15 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [ "volker.raschek" ],
"labels": [ "renovate" ],
"packageRules": [
{
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
"automerge": true,
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
}
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch"
}
"extends": [
"local>volker.raschek/renovate-config:default#master",
"local>volker.raschek/renovate-config:container#master",
"local>volker.raschek/renovate-config:actions#master",
"local>volker.raschek/renovate-config:regexp#master"
]
}