You've already forked mint-backgrounds-wilma-pkg
Compare commits
2 Commits
v1.0-2
...
efb9338ef5
Author | SHA1 | Date | |
---|---|---|---|
efb9338ef5
|
|||
e7d9626e07
|
8
.SRCINFO
8
.SRCINFO
@ -1,11 +1,11 @@
|
|||||||
pkgbase = mint-backgrounds-wilma
|
pkgbase = mint-backgrounds-wilma
|
||||||
pkgdesc = The backgrounds included in Linux Mint 22.0 wilma
|
pkgdesc = The backgrounds included in Linux Mint 22.0 wilma
|
||||||
pkgver = 1.0
|
pkgver = 1.1
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-wilma
|
url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-wilma
|
||||||
arch = any
|
arch = any
|
||||||
license = Various
|
license = Various
|
||||||
source = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-wilma/mint-backgrounds-wilma_1.0.tar.gz
|
source = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-wilma/mint-backgrounds-wilma_1.1.tar.gz
|
||||||
sha256sums = ef5a4edc7010d7ada5733c72c89570c22c1795b8f4c8cd6dbfd1509c482a37b5
|
sha256sums = 42dd75974b2c1fe5e988ad894518b9a26ae75809fac026ca74b9bbdc8061b810
|
||||||
|
|
||||||
pkgname = mint-backgrounds-wilma
|
pkgname = mint-backgrounds-wilma
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -1,14 +1,14 @@
|
|||||||
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
||||||
|
|
||||||
pkgname=mint-backgrounds-wilma
|
pkgname=mint-backgrounds-wilma
|
||||||
pkgver=1.0
|
pkgver=1.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="The backgrounds included in Linux Mint 22.0 wilma"
|
pkgdesc="The backgrounds included in Linux Mint 22.0 wilma"
|
||||||
license=('Various')
|
license=('Various')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
|
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
|
||||||
source=("${url}/${pkgname}_$pkgver.tar.gz")
|
source=("${url}/${pkgname}_$pkgver.tar.gz")
|
||||||
sha256sums=('ef5a4edc7010d7ada5733c72c89570c22c1795b8f4c8cd6dbfd1509c482a37b5')
|
sha256sums=('42dd75974b2c1fe5e988ad894518b9a26ae75809fac026ca74b9bbdc8061b810')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir --parents ${pkgdir}/usr/share/backgrounds/linuxmint-wilma
|
mkdir --parents ${pkgdir}/usr/share/backgrounds/linuxmint-wilma
|
||||||
|
@ -1,15 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"assignees": [ "volker.raschek" ],
|
"extends": [
|
||||||
"labels": [ "renovate" ],
|
"local>volker.raschek/renovate-config:default#master",
|
||||||
"packageRules": [
|
"local>volker.raschek/renovate-config:container#master",
|
||||||
{
|
"local>volker.raschek/renovate-config:actions#master",
|
||||||
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
"local>volker.raschek/renovate-config:regexp#master"
|
||||||
"automerge": true,
|
]
|
||||||
"matchManagers": "droneci",
|
|
||||||
"matchUpdateTypes": [ "minor", "patch"]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"rebaseLabel": "renovate/rebase",
|
|
||||||
"rebaseWhen": "behind-base-branch"
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user