[world] 'xorg-xeyes-1.3.1-1.10' add
All checks were successful
Publish / Check workflow (push) Successful in -2m10s
Publish / Build and publish (push) Successful in -1m47s

This commit is contained in:
2025-11-09 18:20:07 -05:00
parent e1deeb4fe2
commit 0bdcb74fcd
4 changed files with 9 additions and 7 deletions

View File

@@ -30,9 +30,9 @@ repos:
packages: []
debug: []
world:
version: 1.3.1-1.9
version: 1.3.1-1.10
packages:
- xorg-xeyes-1.3.1-1.9-x86_64.pkg.tar.zst
- xorg-xeyes-1.3.1-1.10-x86_64.pkg.tar.zst
debug: []
lib32-goblins:
version: null

View File

@@ -1,10 +1,10 @@
---
version: 1.3.1-1.9
version: 1.3.1-1.10
pkgbase:
name: xorg-xeyes
pkgdesc: Follow the mouse/SHAPE extension X demo
pkgver: 1.3.1
pkgrel: 1.9
pkgrel: 1.10
url: https://xorg.freedesktop.org/
arch:
- x86_64

View File

@@ -3,10 +3,12 @@ on:
push:
branches:
- master
paths:
- ".artixlinux/pkgbase.yaml"
env:
CHECKOUT_ACTION: actions/checkout@v4
PKGBASE_PARSER: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/pkgbase-yaml-parser@v0
PKGBASE_PARSER: https://git.sanin.dev/packages_infra/pkgbase-yaml-parser@v1
jobs:
check-workflow:
@@ -20,7 +22,7 @@ jobs:
- name: Retrieve latest
env:
WORKFLOW_URL: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/package_template/raw/branch/master/.gitea/workflows/publish.yml
WORKFLOW_URL: https://git.sanin.dev/packages_infra/package_template/raw/branch/master/.gitea/workflows/publish.yml
run: |
echo "Retrieving latest workflow from $WORKFLOW_URL" && \
curl -f -o ".gitea/workflows/publish.yml" "$WORKFLOW_URL"

View File

@@ -4,7 +4,7 @@
pkgname=xorg-xeyes
pkgver=1.3.1
pkgrel=1.9
pkgrel=1.10
pkgdesc="Follow the mouse/SHAPE extension X demo"
arch=('x86_64')
url="https://xorg.freedesktop.org/"