summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMckol2022-03-25 16:10:43 +0100
committerMckol2022-03-25 16:10:43 +0100
commit12bd836e9ac29d025b2317513141bc3d2cf82cab (patch)
tree3315f4d8b56f68cbfbef2686e1e1687195359502
parent114e373dfbd26405745456b50182e01ba2465919 (diff)
downloadaur-12bd836e9ac29d025b2317513141bc3d2cf82cab.tar.gz
Removed conflict with self and explicit provides $pkgname
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c7cd6aab3cb..ea9d2c044fa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = veloren-git
pkgdesc = An open-world, open-source multiplayer voxel RPG
pkgver = 0.10.0.r229.d479b6d20
- pkgrel = 1
+ pkgrel = 2
url = https://veloren.net/
arch = x86_64
arch = i686
@@ -21,9 +21,7 @@ pkgbase = veloren-git
depends = libxkbcommon-x11
depends = pulseaudio-alsa
depends = vulkan-icd-loader
- provides = veloren-git
provides = veloren
- conflicts = veloren-git
conflicts = veloren
options = !strip
source = veloren-git::git+https://gitlab.com/veloren/veloren.git
diff --git a/PKGBUILD b/PKGBUILD
index d251b309b765..70d232df21d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
export GIT_LFS_SKIP_SMUDGE=1
pkgname=veloren-git
pkgver=0.10.0.r229.d479b6d20
-pkgrel=1
+pkgrel=2
pkgdesc="An open-world, open-source multiplayer voxel RPG"
arch=('x86_64' 'i686')
url='https://veloren.net/'
@@ -11,8 +11,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" 'veloren')
-conflicts=("$pkgname" 'veloren')
+provides=('veloren')
+conflicts=('veloren')
_repo='https://gitlab.com/veloren/veloren.git'
source=("$pkgname"::"git+$_repo")
noextract=()