summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bouvier2021-09-04 18:01:51 +0200
committerAlexandre Bouvier2021-09-04 18:01:51 +0200
commit306592f802b0fc39ad04739bdb5d024378342e32 (patch)
treebf7076f31e45cdd9efe3aa431f74959c6d43eaf2 /PKGBUILD
parent389ed48db93a7ff6d4c4ac1fb6323194ac0b8c8c (diff)
downloadaur-306592f802b0fc39ad04739bdb5d024378342e32.tar.gz
update to r12201.9ebb8710e
* makedepends on xxd instead of vim
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b92e45f9f98d..a2030aa3d4b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=libretro-pcsx2
pkgname=$_pkgname-git
-pkgver=r12192.57ffdd787
+pkgver=r12201.9ebb8710e
pkgrel=1
pkgdesc="Sony PlayStation 2 core"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/libretro/pcsx2"
license=('LGPL3')
groups=('libretro')
depends=('libaio' 'libgl' 'libretro-core-info')
-makedepends=('cmake' 'git' 'libglvnd' 'vim')
+makedepends=('cmake' 'git' 'libglvnd' 'xxd')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+$url.git")