2 Commits

Author SHA1 Message Date
5cb0922b40 fix(ci): bump to v1.8.0-2
Some checks failed
Markdown linter / markdown-lint (push) Failing after 21s
2025-04-14 17:09:15 +02:00
512e76a249 chore(workflows): fetch all commits 2025-04-14 17:09:15 +02:00
3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = mint-backgrounds
pkgdesc = The backgrounds of Linux Mint
pkgver = 1.8.0
pkgrel = 1
pkgrel = 2
arch = any
license = Various
depends = mint-backgrounds-helena

View File

@ -15,6 +15,8 @@ jobs:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Configure SSH client
run: |
mkdir ~/.ssh || true

View File

@ -2,7 +2,7 @@
pkgname=mint-backgrounds
pkgver=1.8.0
pkgrel=1
pkgrel=2
pkgdesc="The backgrounds of Linux Mint"
license=('Various')
arch=('any')