summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMckol2022-03-25 16:05:23 +0100
committerMckol2022-03-25 16:05:23 +0100
commit80245a55d0e4316f26e5566ff9611f09f41324f8 (patch)
tree6e84d3674433c9eb2d2a0e0bd8c848b0fc4541b0
parent00b22290305165320369dc0a37b1db3f08d7cfb0 (diff)
downloadaur-80245a55d0e4316f26e5566ff9611f09f41324f8.tar.gz
Removed conflict with self, removed explicit provides according to guidelines on wiki
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 123d33981eff..83d176a4ecd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,8 +21,6 @@ pkgbase = veloren
depends = libxkbcommon-x11
depends = pulseaudio-alsa
depends = vulkan-icd-loader
- provides = veloren
- conflicts = veloren
options = !strip
source = veloren::git+https://gitlab.com/veloren/veloren.git#tag=v0.12.0
sha512sums = SKIP
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=()