diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-25 19:48:05 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-25 19:48:05 -0800 |
commit | dbeb15e2701f1669729083e2e1d1e62a20e0c166 (patch) | |
tree | 1c3764ef1b6f3008fb06f7bd87e7f7e6fd75d321 | |
parent | 09ef972f9db58a72b3f95421c8e50cbee984126f (diff) |
change PKGBUILD url from github to gitlab
-rw-r--r-- | pkgbuilds/xcross-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgbuilds/xcross-git/PKGBUILD b/pkgbuilds/xcross-git/PKGBUILD index bdc8752..b08bce5 100644 --- a/pkgbuilds/xcross-git/PKGBUILD +++ b/pkgbuilds/xcross-git/PKGBUILD @@ -2,10 +2,10 @@ pkgname=xcross-git pkgver=r11.57ac97d -pkgrel=1 +pkgrel=2 pkgdesc='X11 draw a cross at cursor across screen ' arch=('x86_64') -url='https://github.com/flyxyz123/xcross' +url='https://gitlab.com/flyxyz123/xcross' license=('GPL3') depends=('libx11') makedepends=('git') |