summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMckol2022-03-25 16:05:23 +0100
committerMckol2022-03-25 16:05:23 +0100
commit80245a55d0e4316f26e5566ff9611f09f41324f8 (patch)
tree6e84d3674433c9eb2d2a0e0bd8c848b0fc4541b0 /PKGBUILD
parent00b22290305165320369dc0a37b1db3f08d7cfb0 (diff)
downloadaur-80245a55d0e4316f26e5566ff9611f09f41324f8.tar.gz
Removed conflict with self, removed explicit provides according to guidelines on wiki
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c01eaa94e083..2a9ca94e9ed2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ license=('GPL3')
options=('!strip') # This makes debugging issues easier sometimes, comment out if small package size is needed
depends=('alsa-lib' 'glslang' 'libxkbcommon-x11' 'pulseaudio-alsa' 'vulkan-icd-loader')
makedepends=('atk' 'cairo' 'gdk-pixbuf2' 'git' 'git-lfs' 'openssl' 'pango' 'python' 'rustup' 'systemd')
-provides=("$pkgname")
-conflicts=("$pkgname")
+provides=()
+conflicts=()
_repo='https://gitlab.com/veloren/veloren.git'
source=("$pkgname"::"git+$_repo#tag=v$pkgver")
noextract=()