mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
dustrac update to 1.7.1
This commit is contained in:
parent
68f4a19371
commit
0c18dd18f7
@ -1,20 +1,17 @@
|
||||
#
|
||||
# Games Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Maintainer: Adrin Chaves Fernndez (Gallaecio) <adriyetichaves@gmail.com>
|
||||
|
||||
pkgname=dustrac
|
||||
pkgver=1.5.2
|
||||
pkgver=1.7.1
|
||||
pkgrel=1
|
||||
pkgdesc="Dust Racing (Dustrac) is a tile-based, 2D racing game."
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://sourceforge.net/projects/dustrac/"
|
||||
screenshot="http://sourceforge.net/projects/dustrac/screenshots/325655"
|
||||
license=('GPL3')
|
||||
depends=(qt)
|
||||
makedepends=(cmake)
|
||||
makedepends=('cmake' 'openal' 'libvorbis')
|
||||
source=(http://downloads.sourceforge.net/project/$pkgname/src/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('1d8b5ca3466dd84d21c2b93cadf4c45d')
|
||||
md5sums=('92d8bb0fa2b5fda07b69fc3c32158b26')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
Loading…
Reference in New Issue
Block a user