mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/mesa-demos to 8.1.0-1
This commit is contained in:
parent
a20a71db02
commit
d0801544df
1 changed files with 6 additions and 6 deletions
|
@ -3,21 +3,21 @@
|
|||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - rebuild for libglew update, add mesa makedepend
|
||||
# - add mesa makedepend
|
||||
|
||||
pkgname='mesa-demos'
|
||||
pkgver=8.0.1
|
||||
pkgrel=2.1
|
||||
pkgver=8.1.0
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
pkgdesc="Mesa demos and tools"
|
||||
url="http://mesa3d.sourceforge.net"
|
||||
license=('custom')
|
||||
depends=('glew')
|
||||
depends=('libgl' 'glew')
|
||||
makedepends=('mesa')
|
||||
source=("ftp://ftp.freedesktop.org/pub/mesa/demos/${pkgver}/mesa-demos-${pkgver}.tar.bz2"
|
||||
'LICENSE')
|
||||
md5sums=('320c2a4b6edc6faba35d9cb1e2a30bf4'
|
||||
'5c65a0fe315dd347e09b1f2826a1df5a')
|
||||
sha256sums=('9703fa0646b32a1e68d2abf5628f936f77bf97c69ffcaac90de380820a87a828'
|
||||
'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/mesa-demos-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue