summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f86773e73a44..2463c9d03d55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=cockatrice-server-git
pkgver=2.7.5
-pkgrel=2
+pkgrel=3
pkgdesc='Open-source multiplatform supported program for playing tabletop card games over a network.'
arch=('i686' 'x86_64')
url='https://cockatrice.github.io/'
@@ -14,7 +14,6 @@ license=('GPL2')
depends=('protobuf' 'qt5-websockets')
optdepends=('mariadb: database support')
makedepends=('cmake' 'git' 'mariadb-libs')
-checkdepends=('gtest' 'valgrind')
provides=('cockatrice-server')
conflicts=('cockatrice-server')
source=("git+https://github.com/Cockatrice/Cockatrice")
@@ -29,11 +28,6 @@ build() {
make
}
-check() {
- cd "$srcdir/Cockatrice/build"
- make test
-}
-
package() {
cd "$srcdir/Cockatrice/build"
make DESTDIR="$pkgdir/" install