summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bouvier2021-08-29 20:07:30 +0200
committerAlexandre Bouvier2021-08-29 20:07:30 +0200
commit389ed48db93a7ff6d4c4ac1fb6323194ac0b8c8c (patch)
treeb26e55e5658386fbcda61a757e13408221f9559b /PKGBUILD
parent2a4f72713f7982b3a38dd90319da419a1514030f (diff)
downloadaur-389ed48db93a7ff6d4c4ac1fb6323194ac0b8c8c.tar.gz
update to r12192.57ffdd787
* remove systemd-libs (udev)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26d7ebf41bdf..b92e45f9f98d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=libretro-pcsx2
pkgname=$_pkgname-git
-pkgver=r12086.f83cd9467
+pkgver=r12192.57ffdd787
pkgrel=1
pkgdesc="Sony PlayStation 2 core"
arch=('x86_64')
url="https://github.com/libretro/pcsx2"
license=('LGPL3')
groups=('libretro')
-depends=('libaio' 'libgl' 'libretro-core-info' 'systemd-libs')
-makedepends=('cmake' 'git' 'libglvnd' 'systemd' 'vim')
+depends=('libaio' 'libgl' 'libretro-core-info')
+makedepends=('cmake' 'git' 'libglvnd' 'vim')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+$url.git")