diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-04-17 00:03:33 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-04-17 00:03:33 -0700 |
commit | d1257932e552b532e8ff9d20f350d530d5873cd8 (patch) | |
tree | 605be2e349a9f82752590018b482c719eec68bd9 /pkgbuilds/xcross-git/PKGBUILD | |
parent | e3dfd1ade3bb331d5e41ee2c2a54b88412c4589f (diff) |
Diffstat (limited to 'pkgbuilds/xcross-git/PKGBUILD')
-rw-r--r-- | pkgbuilds/xcross-git/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgbuilds/xcross-git/PKGBUILD b/pkgbuilds/xcross-git/PKGBUILD index b08bce5..e6e7bad 100644 --- a/pkgbuilds/xcross-git/PKGBUILD +++ b/pkgbuilds/xcross-git/PKGBUILD @@ -1,17 +1,17 @@ # Maintainer: Xiao Pan <gky44px1999@gmail.com> pkgname=xcross-git -pkgver=r11.57ac97d -pkgrel=2 +pkgver=r14.c57935d +pkgrel=1 pkgdesc='X11 draw a cross at cursor across screen ' arch=('x86_64') -url='https://gitlab.com/flyxyz123/xcross' +url='https://git.flylightning.xyz/xcross' license=('GPL3') depends=('libx11') makedepends=('git') provides=('xcross') conflicts=('xcross') -source=("git+$url.git") +source=("git+$url") b2sums=('SKIP') pkgver() { |