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

This commit is contained in:
2025-11-09 18:51:47 -05:00
parent 0bdcb74fcd
commit 28ccfe568e
4 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1,10 +1,10 @@
--- ---
version: 1.3.1-1.10 version: 1.3.1-1.11
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.10 pkgrel: 1.11
url: https://xorg.freedesktop.org/ url: https://xorg.freedesktop.org/
arch: arch:
- x86_64 - x86_64

View File

@@ -77,7 +77,7 @@ jobs:
cat "./post-entrypoint.sh" cat "./post-entrypoint.sh"
- name: Build package - name: Build package
uses: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/build-publish/@build uses: https://git.sanin.dev/packages_infra/makepkg-build-action@v1
if: ${{ steps.parsed.outputs.build == 'true' }} if: ${{ steps.parsed.outputs.build == 'true' }}
with: with:
username: "${{ secrets.USERNAME }}" username: "${{ secrets.USERNAME }}"

View File

@@ -4,7 +4,7 @@
pkgname=xorg-xeyes pkgname=xorg-xeyes
pkgver=1.3.1 pkgver=1.3.1
pkgrel=1.10 pkgrel=1.11
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/"