summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-04-08 03:24:42 +0200
committerAlexandre Bouvier2022-04-08 03:24:42 +0200
commitb1c17ccf65b7a6145014ec168ae3e8eadd3545a2 (patch)
tree6331fc2190139613b42e34b528b4ce3821e34e03 /PKGBUILD
parent9b5fc156fd6581d0859e520a6987dfaff9cbd2f7 (diff)
downloadaur-b1c17ccf65b7a6145014ec168ae3e8eadd3545a2.tar.gz
prettify
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93693961880a..75d6b98f1861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgver=r153.5de1a59
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/$_pkgname"
+url="https://github.com/rtissera/libchdr"
license=('BSD')
depends=('zlib')
makedepends=('cmake' 'git')
-provides=("$_pkgname=$pkgver" "$_pkgname.so")
+provides=("$_pkgname=$pkgver" 'libchdr.so')
conflicts=("$_pkgname")
-source=("git+$url.git")
+source=("$_pkgname::git+$url.git")
b2sums=('SKIP')
pkgver() {