diff options
author | xyz <gky44px1999@gmail.com> | 2022-06-14 17:50:07 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-06-14 17:50:07 -0700 |
commit | 5b19af863a412d4778f4a2d0b8ba80a2ce979614 (patch) | |
tree | 1bb375dcce9e5616ba353a7459397b1873f43a79 /x86_64/xcross | |
parent | 2f4ba92b55e1385713c0480375f277a03a9ffe56 (diff) |
refactor
Diffstat (limited to 'x86_64/xcross')
-rw-r--r-- | x86_64/xcross/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x86_64/xcross/PKGBUILD b/x86_64/xcross/PKGBUILD index 88e312d..0a5064f 100644 --- a/x86_64/xcross/PKGBUILD +++ b/x86_64/xcross/PKGBUILD @@ -8,6 +8,9 @@ arch=('any') url='https://github.com/flyxyz123/xcross' license=('GPL3') depends=('libx11') +makedepends=('git') +provides=('xcross') +conflicts=('xcross') source=("git+$url") b2sums=('SKIP') |