Skip to content
Snippets Groups Projects
Verified Commit 0ee51a38 authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 2.20.0-2: Use VCS source checksumming to eliminate need for pinned commits

parent 28da582c
No related branches found
No related tags found
No related merge requests found
pkgbase = onefetch
pkgdesc = Git repository summary on your terminal
pkgver = 2.20.0
pkgrel = 1
pkgrel = 2
url = https://github.com/o2sh/onefetch
arch = x86_64
license = MIT
checkdepends = git
makedepends = cargo
makedepends = git
makedepends = cmake
source = onefetch::git+https://github.com/o2sh/onefetch.git#commit=24878137250919d4acbebb810dcb5f164d948e17
sha512sums = SKIP
makedepends = git
depends = gcc-libs
depends = glibc
depends = libgit2
depends = libgit2.so
source = git+https://github.com/o2sh/onefetch.git#tag=2.20.0
sha256sums = a0dd5d2d0f7b9e985817f8830d3ebc6c590e90786a5e982b09e9660f55a51cc6
pkgname = onefetch
......@@ -4,17 +4,16 @@
# Contributor: Ossama Hjaji <ossama-hjaji@live.fr>
pkgname=onefetch
_commit=24878137250919d4acbebb810dcb5f164d948e17
pkgver=2.20.0
pkgrel=1
pkgrel=2
pkgdesc="Git repository summary on your terminal"
url="https://github.com/o2sh/onefetch"
license=('MIT')
arch=('x86_64')
makedepends=('cargo' 'git' 'cmake')
checkdepends=('git')
source=("$pkgname::git+$url.git#commit=$_commit")
sha512sums=('SKIP')
depends=('gcc-libs' 'glibc' 'libgit2' 'libgit2.so')
makedepends=('cargo' 'cmake' 'git')
source=("git+$url.git#tag=$pkgver")
sha256sums=('a0dd5d2d0f7b9e985817f8830d3ebc6c590e90786a5e982b09e9660f55a51cc6')
prepare() {
cd "$pkgname"
......
  • Hi @alerque sorry for spam comment, but I think this is a little mistake. From 2.22.0 changelog: This version marks the completion of the transition from git2 to gitoxide. No more dependency to git2, onefetch is now fully oxidized! 🎉. Orhun previously deleted git2 dependency, but you added it again.

  • Patryk Kielar @roland

    mentioned in issue #1 (closed)

    ·

    mentioned in issue #1 (closed)

    Toggle commit list
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