[arch-commits] Commit in xmoto/repos/extra-x86_64 (PKGBUILD xmoto.install)
Douglas Soares de Andrade
douglas at archlinux.org
Mon Sep 29 03:05:51 UTC 2008
Date: Sunday, September 28, 2008 @ 23:05:51
Author: douglas
Revision: 13829
Fixing conflicts
Modified:
xmoto/repos/extra-x86_64/PKGBUILD
xmoto/repos/extra-x86_64/xmoto.install
---------------+
PKGBUILD | 4 ++--
xmoto.install | 12 ------------
2 files changed, 2 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-09-29 03:04:26 UTC (rev 13828)
+++ PKGBUILD 2008-09-29 03:05:51 UTC (rev 13829)
@@ -5,12 +5,12 @@
pkgname=xmoto
pkgver=0.4.2
-pkgrel=2
+pkgrel=3
pkgdesc="A challenging 2D motocross platform game, where physics play an important role."
arch=('i686' 'x86_64')
url="http://xmoto.tuxfamily.org"
license=('GPL')
-depends=('bzip2' 'libjpeg' 'libpng' 'lua' 'sdl_mixer' 'ode' 'curl>=7.16.2'
+depends=('bzip2' 'libjpeg' 'libpng' 'lua' 'sdl_mixer' 'ode=0.10.1' 'curl>=7.16.2'
'mesa' 'libxdamage' 'libxfixes' 'sqlite3' 'sdl_ttf' 'desktop-file-utils')
install=xmoto.install
source=(http://download.tuxfamily.org/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver-src.tar.gz \
Modified: xmoto.install
===================================================================
--- xmoto.install 2008-09-29 03:04:26 UTC (rev 13828)
+++ xmoto.install 2008-09-29 03:05:51 UTC (rev 13829)
@@ -1,23 +1,11 @@
-# This is a default template for a post-install scriptlet. You can
-# remove any functions you don't need (and this header).
-
-# arg 1: the new package version
-pre_install() {
- /bin/true
-}
-
-# arg 1: the new package version
post_install() {
/usr/bin/update-desktop-database
}
-# arg 1: the new package version
-# arg 2: the old package version
post_upgrade() {
/usr/bin/update-desktop-database
}
-# arg 1: the old package version
post_remove() {
/usr/bin/update-desktop-database
}
More information about the arch-commits
mailing list