aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/dealers-choice/dealers-choice.SlackBuild3
-rw-r--r--games/dealers-choice/dealers-choice.info6
-rw-r--r--games/dealers-choice/meson-add-miniaudio-deps.patch16
3 files changed, 4 insertions, 21 deletions
diff --git a/games/dealers-choice/dealers-choice.SlackBuild b/games/dealers-choice/dealers-choice.SlackBuild
index e6f0135036..1c6e77c5af 100644
--- a/games/dealers-choice/dealers-choice.SlackBuild
+++ b/games/dealers-choice/dealers-choice.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dealers-choice
-VERSION=${VERSION:-0.0.6}
+VERSION=${VERSION:-0.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -77,7 +77,6 @@ find -L . \
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages
-patch -p1 < "$CWD"/meson-add-miniaudio-deps.patch
mkdir build
cd build
CFLAGS="$SLKCFLAGS" \
diff --git a/games/dealers-choice/dealers-choice.info b/games/dealers-choice/dealers-choice.info
index a9353b5a59..ce1188000c 100644
--- a/games/dealers-choice/dealers-choice.info
+++ b/games/dealers-choice/dealers-choice.info
@@ -1,8 +1,8 @@
PRGNAM="dealers-choice"
-VERSION="0.0.6"
+VERSION="0.0.7"
HOMEPAGE="https://dealer-s-choice.github.io/"
-DOWNLOAD="https://github.com/Dealer-s-Choice/dealers-choice/releases/download/v0.0.6/dealers-choice-0.0.6.tar.xz"
-MD5SUM="ccd46e9097a6e3c99aa17d13b2a89ef7"
+DOWNLOAD="https://github.com/Dealer-s-Choice/dealers-choice/releases/download/v0.0.7/dealers-choice-0.0.7.tar.xz"
+MD5SUM="52c6a0b920f35b6e8a0bc4db9406d215"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf-c python3-meson-opt"
diff --git a/games/dealers-choice/meson-add-miniaudio-deps.patch b/games/dealers-choice/meson-add-miniaudio-deps.patch
deleted file mode 100644
index 528ce1e998..0000000000
--- a/games/dealers-choice/meson-add-miniaudio-deps.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/meson.build b/meson.build
-index e290455..2cfecff 100644
---- a/meson.build
-+++ b/meson.build
-@@ -79,9 +79,11 @@ shared_dep = [
- pokeval_dep,
- win_deps,
- cc.find_library('m'),
-+ cc.find_library('dl')
- ]
-
- dep_names = [
-+ 'threads',
- 'libprotobuf-c',
- 'SDL2',
- 'SDL2_ttf',