summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-10-27 21:12:28 +0300
committerorhun2020-10-27 21:12:28 +0300
commite3f1b8a153196ef773da645cd1120cdd1079b144 (patch)
tree85166c9b2809bcb9f49a451bebf93eb28c283a2c
parent7859e0ac4b56982fd05ee9da3ad746a08c43139c (diff)
downloadaur-e3f1b8a153196ef773da645cd1120cdd1079b144.tar.gz
upgpkg: onefetch-bin 2.5.0-1
upstream release Update formatting
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec5840638c5f..73eee817cb56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ pkgdesc="Git repository summary on your terminal"
arch=('x86_64')
url="https://github.com/o2sh/onefetch"
license=('MIT')
+depends=('libgit2')
conflicts=("${pkgname%-bin}" "${pkgname%-bin}-git")
provides=("${pkgname%-bin}")
-depends=('libgit2')
source_x86_64=("$url/releases/download/v$pkgver/${pkgname%-bin}-linux.tar.gz"
"${pkgname%-bin}-$pkgver-LICENSE.md::$url/raw/v$pkgver/LICENSE.md"
"${pkgname%-bin}-$pkgver-README.md::$url/raw/v$pkgver/README.md"