Skip to content

Commit

Permalink
godot 2.1.3
Browse files Browse the repository at this point in the history
vbox next rebuild for 4.11RC7
  • Loading branch information
demmm committed Apr 17, 2017
1 parent 73e1c8e commit 31b6343
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions godot/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

pkgname=godot
pkgver=2.1.2
_pkgver=2.1.2-stable
pkgrel=3
pkgver=2.1.3
_pkgver=2.1.3-stable
pkgrel=1
pkgdesc="Full featured, open source, MIT licensed, game engine."
arch=('x86_64')
url="http://www.godotengine.org"
Expand All @@ -14,15 +14,15 @@ source=("https://github.com/okamstudio/godot/archive/${_pkgver}.tar.gz"
'godot.desktop'
'icon.png'
"https://github.com/Faless/godot/commit/43bc27e2755f34017148097773da8a6988718aaf.diff")
md5sums=('d256cbbad929c591c11a0a6446cc741a'
md5sums=('aa002bc480f461e25b740aae63e6069a'
'dca7c5c5682bdc8cc83386034e0d7d07'
'f756e85756a9cbc06a328414abf74585'
'391f45e5dbbccd4258565a82b4aa4ed6')

build() {
cd ${pkgname}-${_pkgver}
# https://github.com/godotengine/godot/issues/7676
patch -p1 -i ${srcdir}/43bc27e2755f34017148097773da8a6988718aaf.diff
#patch -p1 -i ${srcdir}/43bc27e2755f34017148097773da8a6988718aaf.diff

scons platform=x11
}
Expand Down
6 changes: 3 additions & 3 deletions virtualbox-modules-next/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

_extramodules=extramodules-4.10-next
_extramodules=extramodules-4.11-rc7-next
_kernver="$(cat /lib/modules/$_extramodules/version)"
#_kernver=4.8.3-1-next # hardcode in case system not running linux-next

pkgname=virtualbox-modules-next
pkgver=5.1.18
_pkgver=5.1.18
pkgrel=8
pkgrel=9
pkgdesc="Kernel modules for VirtualBox"
url="http://www.virtualbox.org"
arch=('x86_64')
license=('GPL-2')
depends=('linux-next>=4.10' 'linux-next<4.11')
depends=('linux-next>=4.11RC7' 'linux-next<4.12')
makedepends=('linux-next-headers')
provides=('virtualbox-modules')
source=("https://sourceforge.net/projects/kaosx/files/sources/virtualbox-modules/vbox-kernel-module-src-${_pkgver}.tar.xz"
Expand Down
2 changes: 1 addition & 1 deletion virtualbox-modules-next/virtualbox-modules-next.install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
common_install()
{
EXTRAMODULES='extramodules-4.10-next'
EXTRAMODULES='extramodules-4.11-rc7-next'
depmod -a $(cat /lib/modules/$EXTRAMODULES/version)
}

Expand Down

0 comments on commit 31b6343

Please sign in to comment.