[world] 'xorg-xeyes-1.3.1-1.9' add
This commit is contained in:
@@ -30,9 +30,9 @@ repos:
|
|||||||
packages: []
|
packages: []
|
||||||
debug: []
|
debug: []
|
||||||
world:
|
world:
|
||||||
version: 1.3.1-1.8
|
version: 1.3.1-1.9
|
||||||
packages:
|
packages:
|
||||||
- xorg-xeyes-1.3.1-1.8-x86_64.pkg.tar.zst
|
- xorg-xeyes-1.3.1-1.9-x86_64.pkg.tar.zst
|
||||||
debug: []
|
debug: []
|
||||||
lib32-goblins:
|
lib32-goblins:
|
||||||
version: null
|
version: null
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
version: 1.3.1-1.8
|
version: 1.3.1-1.9
|
||||||
pkgbase:
|
pkgbase:
|
||||||
name: xorg-xeyes
|
name: xorg-xeyes
|
||||||
pkgdesc: Follow the mouse/SHAPE extension X demo
|
pkgdesc: Follow the mouse/SHAPE extension X demo
|
||||||
pkgver: 1.3.1
|
pkgver: 1.3.1
|
||||||
pkgrel: 1.8
|
pkgrel: 1.9
|
||||||
url: https://xorg.freedesktop.org/
|
url: https://xorg.freedesktop.org/
|
||||||
arch:
|
arch:
|
||||||
- x86_64
|
- x86_64
|
||||||
|
|||||||
@@ -4,6 +4,10 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
env:
|
||||||
|
CHECKOUT_ACTION: actions/checkout@v4
|
||||||
|
PKGBASE_PARSER: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/pkgbase-yaml-parser@v0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-workflow:
|
check-workflow:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -12,7 +16,7 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: ${{ env.CHECKOUT_ACTION }}
|
||||||
|
|
||||||
- name: Retrieve latest
|
- name: Retrieve latest
|
||||||
env:
|
env:
|
||||||
@@ -32,17 +36,17 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: ${{ env.CHECKOUT_ACTION }}
|
||||||
|
|
||||||
- name: Parse pkgbase
|
- name: Parse pkgbase
|
||||||
uses: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/pkgbase-yaml-parser@4a8498f97548b099c71519fb39e839bcd96294d2
|
uses: ${{ env.PKGBASE_PARSER }}
|
||||||
id: parsed
|
id: parsed
|
||||||
with:
|
with:
|
||||||
previous: ${{ gitea.server_url }}/${{ gitea.repository }}/raw/tag/latest/.artixlinux/pkgbase.yaml
|
previous: ${{ gitea.server_url }}/${{ gitea.repository }}/raw/tag/latest/.artixlinux/pkgbase.yaml
|
||||||
current: .artixlinux/pkgbase.yaml
|
current: .artixlinux/pkgbase.yaml
|
||||||
|
|
||||||
- name: Move package
|
- name: Move package
|
||||||
uses: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/pkgbase-yaml-parser@4a8498f97548b099c71519fb39e839bcd96294d2
|
uses: ${{ env.PKGBASE_PARSER }}
|
||||||
if: ${{ steps.parsed.outputs.move == 'true' }}
|
if: ${{ steps.parsed.outputs.move == 'true' }}
|
||||||
with:
|
with:
|
||||||
mode: move
|
mode: move
|
||||||
@@ -83,7 +87,7 @@ jobs:
|
|||||||
run: git reset --hard HEAD~1
|
run: git reset --hard HEAD~1
|
||||||
|
|
||||||
- name: Delete package
|
- name: Delete package
|
||||||
uses: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/pkgbase-yaml-parser@4a8498f97548b099c71519fb39e839bcd96294d2
|
uses: ${{ env.PKGBASE_PARSER }}
|
||||||
if: ${{ steps.parsed.outputs.delete == 'true' }}
|
if: ${{ steps.parsed.outputs.delete == 'true' }}
|
||||||
with:
|
with:
|
||||||
mode: delete
|
mode: delete
|
||||||
|
|||||||
2
PKGBUILD
2
PKGBUILD
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
pkgname=xorg-xeyes
|
pkgname=xorg-xeyes
|
||||||
pkgver=1.3.1
|
pkgver=1.3.1
|
||||||
pkgrel=1.8
|
pkgrel=1.9
|
||||||
pkgdesc="Follow the mouse/SHAPE extension X demo"
|
pkgdesc="Follow the mouse/SHAPE extension X demo"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://xorg.freedesktop.org/"
|
url="https://xorg.freedesktop.org/"
|
||||||
|
|||||||
Reference in New Issue
Block a user