summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-26 11:56:16 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-26 11:56:16 -0300
commit8bdddf0c9d5b345120c8d2514131623ba1dcb13a (patch)
treec295c03679e64653c44785e6fed1d3e8d0aacabd /extra
parentef3f5c5ef898f48c463c4dbe28a9367201437f34 (diff)
parentff20b83d60041f745a579e10770706b0b49d5617 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/systemd/PKGBUILD extra/physfs/PKGBUILD
Diffstat (limited to 'extra')
-rw-r--r--extra/physfs/PKGBUILD12
-rw-r--r--extra/xf86-video-nouveau/PKGBUILD10
2 files changed, 9 insertions, 13 deletions
diff --git a/extra/physfs/PKGBUILD b/extra/physfs/PKGBUILD
index 4975fb54d..5e84b8e28 100644
--- a/extra/physfs/PKGBUILD
+++ b/extra/physfs/PKGBUILD
@@ -2,23 +2,19 @@
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=physfs
-pkgver=2.0.2
-pkgrel=2.1
+pkgver=2.0.3
+pkgrel=1
pkgdesc="A library to provide abstract access to various archives"
arch=('i686' 'x86_64' 'mips64el')
url="http://icculus.org/physfs/"
license=('ZLIB')
depends=('zlib')
makedepends=('cmake' 'doxygen')
-options=('!makeflags')
-source=(http://icculus.org/physfs/downloads/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('2d3d3cc819ad26542d34451f44050b85635344d0')
+source=(http://icculus.org/physfs/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('327308c777009a41bbabb9159b18c4c0ac069537')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i 's/-Werror//' CMakeLists.txt
- export CFLAGS="$CFLAGS -fno-strict-aliasing"
- export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
cmake . -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPHYSFS_BUILD_TEST=OFF -DPHYSFS_BUILD_WX_TEST=OFF
diff --git a/extra/xf86-video-nouveau/PKGBUILD b/extra/xf86-video-nouveau/PKGBUILD
index 7d947570c..fced03774 100644
--- a/extra/xf86-video-nouveau/PKGBUILD
+++ b/extra/xf86-video-nouveau/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 168580 2012-10-13 11:45:21Z andyrtr $
+# $Id: PKGBUILD 169655 2012-10-25 05:32:33Z ibiru $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: buddabrod <buddabrod@gmail.com>
pkgname=xf86-video-nouveau
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
pkgdesc="Open Source 2D acceleration driver for nVidia cards"
arch=('i686' 'x86_64')
url="http://nouveau.freedesktop.org/"
@@ -14,8 +14,8 @@ makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 'sc
conflicts=('xorg-server<1.13.0' 'X-ABI-VIDEODRV_VERSION<13' 'X-ABI-VIDEODRV_VERSION>=14')
options=('!libtool')
install=$pkgname.install
-source=($url/release/$pkgname-$pkgver.tar.bz2)
-sha256sums=('765731c2a91d434d4360517a128d18af70b158f727e49813f1a42e26cccbc45d')
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a2ae34046324e1ec620f5a8dee3c8fe5a295acbb5d51825604c8ad28fb75a559')
build() {
cd $pkgname-$pkgver