mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Native IO impl merged -> switch to native branch
This commit is contained in:
parent
891ba7a63a
commit
af4c076077
2 changed files with 4 additions and 6 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = vmangos-git
|
||||
pkgdesc = MMORPG server emulator
|
||||
pkgver = r6872.8d9bca282
|
||||
pkgver = r6933.82edaee41
|
||||
pkgrel = 1
|
||||
url = https://github.com/vmangos/
|
||||
install = vmangos-git.install
|
||||
|
|
@ -14,7 +14,6 @@ pkgbase = vmangos-git
|
|||
depends = libdwarf
|
||||
depends = mariadb
|
||||
depends = mariadb-libs
|
||||
depends = onetbb
|
||||
depends = openssl
|
||||
depends = zlib
|
||||
depends = zstd
|
||||
|
|
@ -23,7 +22,7 @@ pkgbase = vmangos-git
|
|||
conflicts = vmangos
|
||||
backup = etc/vmangos/mangosd.conf
|
||||
backup = etc/vmangos/realmd.conf
|
||||
source = vmangos-git::git+https://github.com/vmangos/core.git#branch=native
|
||||
source = vmangos-git::git+https://github.com/vmangos/core.git
|
||||
source = worlddb::git+https://github.com/brotalnia/database.git
|
||||
source = user.conf
|
||||
source = tmpfile.conf
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Janne Veteläinen <janne.p.w.vetelainen@gmail.com>
|
||||
|
||||
pkgname=vmangos-git
|
||||
pkgver=r6872.8d9bca282
|
||||
pkgver=r6933.82edaee41
|
||||
pkgrel=1
|
||||
pkgdesc="MMORPG server emulator"
|
||||
arch=('x86_64')
|
||||
|
|
@ -13,7 +13,6 @@ depends=(
|
|||
'libdwarf'
|
||||
'mariadb'
|
||||
'mariadb-libs'
|
||||
'onetbb'
|
||||
'openssl'
|
||||
'zlib'
|
||||
'zstd'
|
||||
|
|
@ -32,7 +31,7 @@ install="$pkgname.install"
|
|||
provides=('vmangos')
|
||||
conflicts=('vmangos')
|
||||
source=(
|
||||
"$pkgname::git+https://github.com/vmangos/core.git#branch=native"
|
||||
"$pkgname::git+https://github.com/vmangos/core.git"
|
||||
"worlddb::git+https://github.com/brotalnia/database.git"
|
||||
"user.conf"
|
||||
"tmpfile.conf"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue