summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2023-01-28 12:58:21 -0500
committerEthan Kerrick2023-01-28 12:58:21 -0500
commit50feb0bb9caf01f7bbb03e8ffb81276dc0d37aa1 (patch)
tree6c944d6f8b7d9ed0c8ff1cc65de4a2076b80a7b9
parentf0cf8fa441a118e9400ae62dbb45a96ac82752c2 (diff)
downloadaur-planeshift-legacy.tar.gz
added a replaces for the planeshift package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bd65b29e96b..9c27ef20c43f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = planeshift-legacy
pkgdesc = the legacy version of Planeshift, an Open source and cross-platform 3D Fantasy MMORPG
pkgver = 0.6.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.planeshift.it/
install = planeshift-legacy.install
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = planeshift-legacy
depends = libxpm
depends = openal
conflicts = planeshift-unreal
+ replaces = planeshift
options = emptydirs
source = planeshift_x86_64.meta4
source = planeshift_i686.meta4
diff --git a/PKGBUILD b/PKGBUILD
index 32cec19a01be..5a0926dc5606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=planeshift-legacy
pkgver=0.6.3
-pkgrel=1
+pkgrel=2
pkgdesc='the legacy version of Planeshift, an Open source and cross-platform 3D Fantasy MMORPG'
url='http://www.planeshift.it/'
arch=('x86_64' 'i686')
@@ -18,6 +18,7 @@ license=('GPL' 'custom:PlaneShift Content License')
depends=('libgl' 'libsm' 'libxmu' 'libxpm' 'openal')
makedepends=('gendesk' 'aria2')
conflicts=('planeshift-unreal')
+replaces=('planeshift')
options=('emptydirs')
install="$pkgname.install"
source=('planeshift_x86_64.meta4'