Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
cockatrice
Commits:
8da80d71 by Jelle van der Waa at 2023-09-03T18:21:19+02:00
Fix duplicate optdepends
Fixes: FS#70766
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -5,16 +5,16 @@ _pkgname=Cockatrice
pkgver=2.8.0
_date=2021-01-26
_tag=$_date-Release-$pkgver
-pkgrel=11
+pkgrel=12
pkgdesc='A cross-platform virtual tabletop for multiplayer card games'
arch=('x86_64')
url='https://cockatrice.github.io'
license=('GPL2')
depends=('qt5-base' 'protobuf' 'qt5-tools' 'qt5-svg' 'qt5-multimedia'
'qt5-websockets')
-optdepends=('mariadb-libs: MySQL/MariaDB connection')
makedepends=('cmake' 'git' 'zlib' 'mariadb-libs')
checkdepends=('gtest' 'valgrind')
-optdepends=('zlib: Load zipped files in Oracle')
+optdepends=('zlib: Load zipped files in Oracle'
+ 'mariadb-libs: MySQL/MariaDB connection')
provides=('cockatrice-client' 'cockatrice-server')
conflicts=('cockatrice-client' 'cockatrice-server')
source=("git+https://github.com/Cockatrice/Cockatrice.git#tag=$_tag"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cockatrice/-/commit/8da80d7165793dff688d293ffd73394b3c7cfbb2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cockatrice/-/commit/8da80d7165793dff688d293ffd73394b3c7cfbb2
You're receiving this email because of your account on gitlab.archlinux.org.