diff --git a/deb.sh b/deb.sh index c8e5d419..55682639 100755 --- a/deb.sh +++ b/deb.sh @@ -5,4 +5,4 @@ ruby bundle.rb mv sb.rb deb/opt/aleva-games/super-bombinhas/ cp -r data deb/opt/aleva-games/super-bombinhas/ -dpkg -b deb super-bombinhas-0.1.2.deb +dpkg -b deb super-bombinhas-0.2.0.deb diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index 62e6db98..82c1d3df 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,9 +1,9 @@ Package: super-bombinhas Priority: optional -Version: 0.1.2 +Version: 0.2.0 Architecture: all Maintainer: Aleva Games -Installed-Size: 18180 +Installed-Size: 18288 Depends: build-essential, libsdl2-dev, libgl1-mesa-dev, libopenal-dev, libsndfile-dev, libmpg123-dev, libgmp-dev, libfontconfig1-dev, ruby, ruby-dev Homepage: http://alevagames.com Section: games diff --git a/deb/DEBIAN/postinst b/deb/DEBIAN/postinst index 0c05ca94..ab2d4275 100755 --- a/deb/DEBIAN/postinst +++ b/deb/DEBIAN/postinst @@ -1,4 +1,6 @@ #!/bin/sh set -e -gem install minigl -v 2.2.6 +gem uninstall minigl +gem uninstall dfhjhd +gem install minigl -v 2.2.8 exit 0