diff --git a/.artixlinux/pkgbase.yaml b/.artixlinux/pkgbase.yaml index ef8bf06..a89f9bd 100644 --- a/.artixlinux/pkgbase.yaml +++ b/.artixlinux/pkgbase.yaml @@ -30,9 +30,9 @@ repos: packages: [] debug: [] world: - version: 1.3.1-1.4 + version: 1.3.1-1.5 packages: - - xorg-xeyes-1.3.1-1.4-x86_64.pkg.tar.zst + - xorg-xeyes-1.3.1-1.5-x86_64.pkg.tar.zst debug: [] lib32-goblins: version: null diff --git a/.artixlinux/srcinfo.yaml b/.artixlinux/srcinfo.yaml index c8383c3..219b913 100644 --- a/.artixlinux/srcinfo.yaml +++ b/.artixlinux/srcinfo.yaml @@ -1,10 +1,10 @@ --- -version: 1.3.1-1.4 +version: 1.3.1-1.5 pkgbase: name: xorg-xeyes pkgdesc: Follow the mouse/SHAPE extension X demo pkgver: 1.3.1 - pkgrel: 1.4 + pkgrel: 1.5 url: https://xorg.freedesktop.org/ arch: - x86_64 diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 82b8451..b60297a 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: contents: read steps: - name: Build and publish - uses: https://git.sanin.dev/packages_test/build-publish@33a14fb56fce1d2ffa6ff637599fa074415440da + uses: https://git.sanin.dev/packages_test/build-publish@b369de6b51a740856d9f62b78a566301bdbc0e36 with: username: "${{ secrets.USERNAME }}" token: ${{ secrets.TOKEN }} diff --git a/PKGBUILD b/PKGBUILD index 17bbad0..5ea6b53 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xorg-xeyes pkgver=1.3.1 -pkgrel=1.4 +pkgrel=1.5 pkgdesc="Follow the mouse/SHAPE extension X demo" arch=('x86_64') url="https://xorg.freedesktop.org/"