diff options
author | Alexandre Bouvier | 2022-04-08 09:19:14 +0200 |
---|---|---|
committer | Alexandre Bouvier | 2022-04-08 09:19:14 +0200 |
commit | e0c4b03f5179de91f6a107187f0637f8c7183175 (patch) | |
tree | db166267eae9fbda279f76be607c101a51ac6539 | |
parent | 80f8430cb58c4858bcd13b3ede4b0da70c353078 (diff) | |
download | aur-e0c4b03f5179de91f6a107187f0637f8c7183175.tar.gz |
prettify
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ pkgbase = libretro-core-info-git makedepends = git provides = libretro-core-info conflicts = libretro-core-info - source = git+https://github.com/libretro/libretro-core-info.git + source = libretro-core-info::git+https://github.com/libretro/libretro-core-info.git b2sums = SKIP pkgname = libretro-core-info-git @@ -7,13 +7,13 @@ pkgrel=1 epoch=1 pkgdesc="Libretro core info files" arch=('any') -url="https://github.com/libretro/$_pkgname" +url="https://github.com/libretro/libretro-core-info" license=('MIT') groups=('libretro') makedepends=('git') provides=("$_pkgname") conflicts=("$_pkgname") -source=("git+$url.git") +source=("$_pkgname::git+$url.git") b2sums=('SKIP') pkgver() { |