Skip to content

Commit

Permalink
games/suyimazu: Update to 5.9
Browse files Browse the repository at this point in the history
PR:	266085
  • Loading branch information
Alexander88207 authored and neelchauhan committed Aug 29, 2022
1 parent 54f7323 commit 5e1eba0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions games/suyimazu/Makefile
@@ -1,5 +1,5 @@
PORTNAME= suyimazu
DISTVERSION= 5.8
DISTVERSION= 5.9
CATEGORIES= games
MASTER_SITES= https://codeberg.org/Alexander88207/Suyimazu/archive/
DISTNAME= ${DISTVERSION}
Expand All @@ -15,7 +15,6 @@ ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture

RUN_DEPENDS= 7zz:archivers/7-zip \
bash:shells/bash \
glxinfo:graphics/glx-utils \
vulkaninfo:graphics/vulkan-tools \
wine-proton>0:emulators/wine-proton \
winetricks:emulators/winetricks \
Expand All @@ -24,6 +23,17 @@ RUN_DEPENDS= 7zz:archivers/7-zip \

NO_BUILD= yes

OPTIONS_SUB= yes
OPTIONS_DEFAULT= GLX-UTILS
OPTIONS_RADIO= GLXINFO
OPTIONS_RADIO_GLXINFO= GLX-UTILS MESA-DEMOS

GLX-UTILS_DESC= Use glxinfo from glx-utils
MESA-DEMOS_DESC= Use glxinfo from mesa-demos

GLX-UTILS_RUN_DEPENDS= glxinfo:graphics/glx-utils
MESA-DEMOS_RUN_DEPENDS= glxinfo:graphics/mesa-demos

WRKSRC= ${WRKDIR}/${PORTNAME}

PLIST_FILES= bin/Suyimazu \
Expand Down
6 changes: 3 additions & 3 deletions games/suyimazu/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1651877910
SHA256 (5.8.tar.gz) = 7a3dd3349cd943dbab6772f0a375a1dd41d34964e829cf7e4dc970054aa6a412
SIZE (5.8.tar.gz) = 5591835
TIMESTAMP = 1661700474
SHA256 (5.9.tar.gz) = ada8ff231ecca6fe68ed20821f0a971e86cd812ea4ce0cf1c329bb774ebbcc5c
SIZE (5.9.tar.gz) = 305940

0 comments on commit 5e1eba0

Please sign in to comment.