summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Edgecombe2018-06-12 21:25:50 +0100
committerGraham Edgecombe2018-06-12 21:25:50 +0100
commit006b79bb27f9860af78ce765a0188d884316533a (patch)
tree0ece9173025c454ca58ab2c9458d749af1078d54
parent1b7f76eebb47784513fb11339ecaa74494a13771 (diff)
downloadaur-006b79bb27f9860af78ce765a0188d884316533a.tar.gz
Disable the tests for now
They require the package to already be installed, which is no good if you're building it for the first time.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13e3113e84c0..9531a8a92861 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 23 20:12:03 UTC 2018
+# Tue Jun 12 20:25:43 UTC 2018
pkgbase = openrct2-git
pkgdesc = Open source re-implementation of Roller Coaster Tycoon 2 (requires full copy of the game)
- pkgver = r14744.77b09b3da
+ pkgver = r14988.fae367ccf
pkgrel = 1
url = https://openrct2.io
install = openrct2.install
diff --git a/PKGBUILD b/PKGBUILD
index 15d95076407f..149bab2ef1d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Graham Edgecombe <graham@grahamedgecombe.com>
pkgname=openrct2-git
-pkgver=r14744.77b09b3da
+pkgver=r14988.fae367ccf
pkgrel=1
pkgdesc='Open source re-implementation of Roller Coaster Tycoon 2 (requires full
copy of the game)'
@@ -46,12 +46,6 @@ build() {
make all g2
}
-check() {
- cd "$srcdir/$pkgname/build"
-
- make test
-}
-
package() {
cd "$srcdir/$pkgname/build"