Skip to content

Commit

Permalink
irrlicht: update to 1.8.4 (#3648)
Browse files Browse the repository at this point in the history
This updates irrlicht to 1.8.4.
  • Loading branch information
Adsun701 authored and Alexpux committed Apr 29, 2018
1 parent 87a0b47 commit 4fe609b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mingw-w64-irrlicht/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
# Contributor: Andrew Sun <adsun701@gmail.com>

_realname=irrlicht
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.8.3
pkgver=1.8.4
pkgrel=1
pkgdesc="An open source high performance realtime 3D graphics engine (mingw-w64)"
arch=('any')
Expand All @@ -13,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "dos2unix")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
options=('strip' 'staticlibs')
source=("https://downloads.sourceforge.net/irrlicht/irrlicht-${pkgver}.zip")
sha256sums=('9e7be44277bf2004d73580a8585e7bd3c9ce9a3c801691e4f4aed030ac68931c')
sha256sums=('f42b280bc608e545b820206fe2a999c55f290de5c7509a02bdbeeccc1bf9e433')

prepare() {
cd "${srcdir}"
Expand Down

0 comments on commit 4fe609b

Please sign in to comment.