diff options
author | FoolEcho | 2017-10-11 20:17:09 +0200 |
---|---|---|
committer | FoolEcho | 2017-10-11 20:53:10 +0200 |
commit | 2bb698f7a5082cad521d3043bf1da0f5a006ef30 (patch) | |
tree | 9b61c6720a927f7f7aa46a33bad552c9ee0b0f83 /PKGBUILD | |
parent | ef259271136c4fd9a56d74501b86fba6732816e7 (diff) | |
download | aur-2bb698f7a5082cad521d3043bf1da0f5a006ef30.tar.gz |
2.1.0.5-1 : update.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,24 +1,24 @@ # Maintainer: FoolEcho <foolecho@gmail.com> pkgname=gog-icewind-dale-enhanced-edition _pkgname=icewind-dale-enhanced-edition -pkgver=2.1.0.4 +pkgver=2.1.0.5 pkgrel=1 pkgdesc="Icewind Dale: Enhanced Edition is a classic RPG running through the Spine of the World of the Forgotten Realms. GOG Version. Linux native." arch=('i686' 'x86_64') url="http://www.gog.com/game/icewind_dale_enhanced_edition" license=('custom') if [[ $CARCH == i686 ]]; then - depends=('glibc' 'alsa-lib' 'libgl') + depends=('glibc' 'alsa-lib' 'libgl' 'libjson' 'openssl-1.0') optdepends=('libpulse: pulseaudio support') else - depends=('lib32-glibc' 'lib32-alsa-lib' 'lib32-libgl') + depends=('lib32-glibc' 'lib32-alsa-lib' 'lib32-libgl' 'lib32-libjson' 'lib32-openssl-1.0') optdepends=('lib32-libpulse: pulseaudio support') fi changelog=ChangeLog source=("local://gog_icewind_dale_enhanced_edition_${pkgver}.sh" "${pkgname}" "${pkgname}.desktop") -md5sums=('215d32fd3117295d7cbbba9117becffb' +md5sums=('fc7244f4793eec365b8ac41d91a4edbb' '0ccf31e1428606487b2ea9079e69da03' 'e9f0eff0f1eb6d151ae935ceef1337f1') PKGEXT=.pkg.tar |