summaryrefslogtreecommitdiff
path: root/libre-multilib
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-09 17:47:01 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-09 17:47:01 -0200
commit5a6cd8bda42916cf662007e75b8f07f80277c481 (patch)
treea7815bea27b43cfb0c8dac34ef33f51e789bdf6a /libre-multilib
parenta563eee81e9abd42251117d8cd74738e23e0fe70 (diff)
downloadabslibre-5a6cd8bda42916cf662007e75b8f07f80277c481.tar.gz
abslibre-5a6cd8bda42916cf662007e75b8f07f80277c481.tar.bz2
abslibre-5a6cd8bda42916cf662007e75b8f07f80277c481.zip
pcsx2-libre-1.2.1-1: updating version
Diffstat (limited to 'libre-multilib')
-rw-r--r--libre-multilib/pcsx2-libre/PKGBUILD10
1 files 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 <alucryd@gmail.com>
# Contributor: josephgbr <rafael.f.f1@gmail.com>
# Contributor: vEX <vex@niechift.com>
_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}