summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Edgecombe2015-12-01 21:31:41 +0000
committerGraham Edgecombe2015-12-01 21:31:53 +0000
commit19c420c206e1cf5c8ad7763f4bed33592cd93304 (patch)
tree9d38bbf660289baa63fda88e610bfa8e9cb0c8de
parentb6c1ac36d775fd061377b30e31b02a1bf9b54027 (diff)
downloadaur-19c420c206e1cf5c8ad7763f4bed33592cd93304.tar.gz
Remove conflicts/provides leftover from -git PKGBUILD.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c36078cbacbc..28637ca2a76a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,8 +17,6 @@ pkgbase = openrct2
depends = lib32-curl
depends = lib32-jansson
depends = lib32-speexdsp
- provides = openrct2
- conflicts = openrct2
options = !buildflags
source = https://github.com/OpenRCT2/OpenRCT2/archive/v0.0.3.tar.gz
source = https://openrct.net/launcher/libs/orctlibs.zip
diff --git a/PKGBUILD b/PKGBUILD
index 53036f56acbf..c9007d9bbfe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,6 @@ url='https://github.com/OpenRCT2/OpenRCT2'
license=('GPL3')
depends=('gtk-update-icon-cache' 'desktop-file-utils')
makedepends=('git' 'cmake')
-conflicts=('openrct2')
-provides=('openrct2')
options=('!buildflags')
install=openrct2.install
source=('https://github.com/OpenRCT2/OpenRCT2/archive/v0.0.3.tar.gz'