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

This commit is contained in:
2025-11-09 19:15:00 -05:00
parent 28ccfe568e
commit 4ec2230eaa
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.11 version: 1.3.1-1.12
packages: packages:
- xorg-xeyes-1.3.1-1.11-x86_64.pkg.tar.zst - xorg-xeyes-1.3.1-1.12-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.11 version: 1.3.1-1.12
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.11 pkgrel: 1.12
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: https://git.sanin.dev/packages_infra/makepkg-build-action@v1 uses: https://git.sanin.dev/packages_infra/makepkg-build-action@v1-artix
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.11 pkgrel=1.12
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/"