summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-03-08 21:56:35 +0100
committerAlexandre Bouvier2022-03-08 21:56:35 +0100
commitc80fa03e647d531e8750b7f4fc77c750230bed99 (patch)
tree499645e03e507d1e4a64cad004e5aa5f44513485 /PKGBUILD
parent4343332702cbab63c589766f1d63b6daffeebdba (diff)
downloadaur-c80fa03e647d531e8750b7f4fc77c750230bed99.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 ed6f608f5e84..83ec533a647e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,15 @@ pkgrel=1
epoch=1
pkgdesc="Amstrad CPC core"
arch=('arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
-url="https://github.com/libretro/libretro-cap32"
+url="https://github.com/libretro/$_pkgname"
license=('GPL2')
groups=('libretro')
depends=('glibc' 'libretro-core-info')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$_pkgname::git+$url.git")
-md5sums=('SKIP')
+source=("git+$url.git")
+b2sums=('SKIP')
pkgver() {
cd $_pkgname