summaryrefslogtreecommitdiff
path: root/community/minetest
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/minetest
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/minetest')
-rw-r--r--community/minetest/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/minetest/PKGBUILD b/community/minetest/PKGBUILD
index a4673ea18..f54209b0f 100644
--- a/community/minetest/PKGBUILD
+++ b/community/minetest/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 92558 2013-06-08 12:13:58Z lcarlier $
+# $Id: PKGBUILD 101392 2013-11-24 18:49:30Z lcarlier $
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Contributor: Konsta Kokkinen <kray@tsundere.fi>
pkgname=minetest
-pkgver=0.4.7
+pkgver=0.4.8
pkgrel=1
pkgdesc='An Infiniminer/Minecraft inspired game'
arch=('i686' 'x86_64')
url='http://minetest.net/'
license=('GPL')
-depends=('sqlite' 'libgl' 'libxxf86vm' 'openal' 'libvorbis' 'curl' 'hicolor-icon-theme')
-makedepends=('cmake' 'irrlicht' 'mesa')
+depends=('sqlite' 'libxxf86vm' 'openal' 'libvorbis' 'curl' 'irrlicht' 'hicolor-icon-theme')
+makedepends=('cmake')
install=minetest.install
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}/tarball/${pkgver}
${pkgname}_game-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}_game/tarball/${pkgver})
-md5sums=('232b87ef5c4300ddad7bc883f8f1a1c5'
- '30a9965667470ebc785979de665d4df4')
+md5sums=('90dd6a3c2c587a3e55df59ba4458cd65'
+ 'df88f4a28ad10e9ab8c445bd28a504e2')
build() {
cd "$srcdir"/minetest-minetest-*