From 5a6cd8bda42916cf662007e75b8f07f80277c481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sun, 9 Feb 2014 17:47:01 -0200 Subject: pcsx2-libre-1.2.1-1: updating version --- libre-multilib/pcsx2-libre/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libre-multilib/pcsx2-libre/PKGBUILD b/libre-multilib/pcsx2-libre/PKGBUILD index 97fc7187a..1614c8d50 100644 --- a/libre-multilib/pcsx2-libre/PKGBUILD +++ b/libre-multilib/pcsx2-libre/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 105250 2014-02-03 11:40:28Z alucryd $ +# $Id: PKGBUILD 105336 2014-02-05 13:51:22Z alucryd $ # Maintainer: Maxime Gauduin # Contributor: josephgbr # Contributor: vEX _pkgname=pcsx2 pkgname=$_pkgname-libre -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=1 pkgdesc='A Sony PlayStation 2 emulator, without nonfree nvidia-cg-toolkit support' arch=('i686' 'x86_64') url='http://www.pcsx2.net' license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3') -makedepends=('cmake' 'sparsehash' 'svn') +makedepends=('cmake' 'sparsehash') if [[ $CARCH == "i686" ]]; then depends=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'portaudio' 'sdl2' 'soundtouch' 'wxgtk2.8') elif [[ $CARCH == "x86_64" ]]; then @@ -21,8 +21,8 @@ provides=("$_pkgname=$pkgver") conflicts=("$_pkgname") replaces=("$_pkgname") options=('!emptydirs') -source=("${_pkgname}-${pkgver}::svn+http://pcsx2.googlecode.com/svn/tags/v${pkgver%.?}") -sha256sums=('SKIP') +source=("https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz") +sha256sums=('965d0fc589dfc63934adc7214b069746b994cdcfd65ab3bb708c4ac6307b1162') prepare() { cd ${_pkgname}-${pkgver} -- cgit v1.2.3-2-g168b