Skip to content
Snippets Groups Projects
Verified Commit 28da582c authored by Orhun Parmaksız's avatar Orhun Parmaksız
Browse files

upgpkg: 2.20.0-1: upstream release

parent feb84ed9
No related branches found
No related tags found
No related merge requests found
pkgbase = onefetch pkgbase = onefetch
pkgdesc = Git repository summary on your terminal pkgdesc = Git repository summary on your terminal
pkgver = 2.19.0 pkgver = 2.20.0
pkgrel = 1 pkgrel = 1
url = https://github.com/o2sh/onefetch url = https://github.com/o2sh/onefetch
arch = x86_64 arch = x86_64
license = MIT license = MIT
checkdepends = git checkdepends = git
makedepends = cargo makedepends = cargo
makedepends = cmake
makedepends = git makedepends = git
depends = libgit2.so makedepends = cmake
source = onefetch::git+https://github.com/o2sh/onefetch.git#commit=13376155f2f8197aa9d95830298ceee007413895 source = onefetch::git+https://github.com/o2sh/onefetch.git#commit=24878137250919d4acbebb810dcb5f164d948e17
sha512sums = SKIP sha512sums = SKIP
pkgname = onefetch pkgname = onefetch
...@@ -4,22 +4,21 @@ ...@@ -4,22 +4,21 @@
# Contributor: Ossama Hjaji <ossama-hjaji@live.fr> # Contributor: Ossama Hjaji <ossama-hjaji@live.fr>
pkgname=onefetch pkgname=onefetch
_commit=13376155f2f8197aa9d95830298ceee007413895 _commit=24878137250919d4acbebb810dcb5f164d948e17
pkgver=2.19.0 pkgver=2.20.0
pkgrel=1 pkgrel=1
pkgdesc="Git repository summary on your terminal" pkgdesc="Git repository summary on your terminal"
url="https://github.com/o2sh/onefetch" url="https://github.com/o2sh/onefetch"
license=('MIT') license=('MIT')
arch=('x86_64') arch=('x86_64')
depends=('libgit2.so') makedepends=('cargo' 'git' 'cmake')
makedepends=('cargo' 'cmake' 'git')
checkdepends=('git') checkdepends=('git')
source=("$pkgname::git+$url.git#commit=$_commit") source=("$pkgname::git+$url.git#commit=$_commit")
sha512sums=('SKIP') sha512sums=('SKIP')
prepare() { prepare() {
cd "$pkgname" cd "$pkgname"
cargo fetch --locked --target "$CARCH-unknown-linux-gnu" cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
mkdir -p completions mkdir -p completions
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment