Skip to content

Commit

Permalink
Nightly version ngdevkit-gngeo 0.8.1+202305160925-1
Browse files Browse the repository at this point in the history
  • Loading branch information
CI build bot committed May 16, 2023
1 parent 08fa530 commit 0487196
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mingw-w64-ngdevkit-gngeo/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
_realname=gngeo
pkgbase=mingw-w64-ngdevkit-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-ngdevkit-${_realname}"
pkgver=0.8.1+202305151722
pkgrel=2
pkgvernightly=nightly-202305151722
pkgver=0.8.1+202305160925
pkgrel=1
pkgvernightly=nightly-202305160925
pkgdesc="Portable Neo-Geo emulator customized for ngdevkit (mingw-w64)"
arch=('x86_64')
url='https://github.com/dciabrin/gngeo'
Expand All @@ -22,7 +22,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-SDL2"
"${MINGW_PACKAGE_PREFIX}-glew")
options=('!strip' '!buildflags' 'staticlibs')
source=(https://github.com/dciabrin/${_realname}/archive/refs/tags/${pkgvernightly}.tar.gz)
sha256sums=('cb3ef6840266513a0de23f27f4a12b481429ca708ef64bcc38596ace69091e06')
sha256sums=('d79b6e1279f54cf0efa04f2c0698b16e46a2d0ff499c29856bcf9f49350412fa')

build() {
[[ -d "${srcdir}/build-${MINGW_CHOST}" ]] && rm -rf "${srcdir}/build-${MINGW_CHOST}"
Expand Down

0 comments on commit 0487196

Please sign in to comment.