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

Eli Schwartz eschwartz at archlinux.org
Sun Mar 25 22:03:28 UTC 2018


    Date: Sunday, March 25, 2018 @ 22:03:28
  Author: eschwartz
Revision: 312619

Update url to HTTPS

Drop obsolete makedepends on gcc-multilib

Modified:
  pcsx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-25 21:45:54 UTC (rev 312618)
+++ PKGBUILD	2018-03-25 22:03:28 UTC (rev 312619)
@@ -8,12 +8,12 @@
 pkgrel=8
 pkgdesc='A Sony PlayStation 2 emulator'
 arch=('x86_64')
-url='http://www.pcsx2.net'
+url='https://www.pcsx2.net'
 license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3')
 depends=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 'lib32-libjpeg-turbo'
          'lib32-libpulse' 'lib32-nvidia-cg-toolkit' 'lib32-portaudio'
          'lib32-sdl2' 'lib32-soundtouch' 'lib32-wxgtk2')
-makedepends=('cmake' 'gcc-multilib' 'png++')
+makedepends=('cmake' 'png++')
 source=("pcsx2-${pkgver}.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz"
         'pcsx2-gcc6.patch')
 sha256sums=('2c8a986e2b6514d7018f6cfd39c4f2a72229b9b4ab06ca6b1d3466dfd9c33005'



More information about the arch-commits mailing list