[arch-commits] Commit in pcsx2/trunk (PKGBUILD)

Maxime Gauduin alucryd at nymeria.archlinux.org
Wed Feb 5 13:51:22 UTC 2014


    Date: Wednesday, February 5, 2014 @ 14:51:22
  Author: alucryd
Revision: 105336

upgpkg: pcsx2 1.2.1-1

Modified:
  pcsx2/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-05 13:36:53 UTC (rev 105335)
+++ PKGBUILD	2014-02-05 13:51:22 UTC (rev 105336)
@@ -4,13 +4,13 @@
 # Contributor: vEX <vex at niechift.com>
 
 pkgname=pcsx2
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc='A Sony PlayStation 2 emulator'
 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' 'nvidia-cg-toolkit' 'portaudio' 'sdl2' 'soundtouch' 'wxgtk2.8')
 elif [[ $CARCH == "x86_64" ]]; then
@@ -17,8 +17,8 @@
   makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 'lib32-libjpeg-turbo' 'lib32-mesa-libgl' 'lib32-nvidia-cg-toolkit' 'lib32-portaudio' 'lib32-sdl2' 'lib32-soundtouch' 'lib32-wxgtk2.8')
 fi
 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')
 
 build() {
   cd ${pkgname}-${pkgver}




More information about the arch-commits mailing list