summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bouvier2023-05-06 21:55:49 +0200
committerAlexandre Bouvier2023-05-06 21:55:49 +0200
commitfd5fc3f51e805896f1763bd6a923e198370a326f (patch)
treed0bc4b82a080cc6595d750d5a488e50fbe044aa6 /PKGBUILD
parentfcb4153b7109e89233eee3dd288b8deb66d89003 (diff)
downloadaur-fd5fc3f51e805896f1763bd6a923e198370a326f.tar.gz
update to r204.903f2f5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 093b14dfc782..ffda41820705 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=libchdr
pkgname=$_pkgname-git
-pkgver=r180.e02b3d6
+pkgver=r204.903f2f5
pkgrel=1
pkgdesc="Standalone library for reading MAME's CHDv1-v5 formats"
arch=('aarch64' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
url="https://github.com/rtissera/libchdr"
license=('BSD')
-depends=('zlib')
+depends=('glibc' 'zlib')
makedepends=('cmake' 'git')
provides=("$_pkgname=$pkgver" 'libchdr.so')
conflicts=("$_pkgname")