fix: update PKGBUILD
This commit is contained in:
parent
14e121cf90
commit
3021fba918
13
PKGBUILD
13
PKGBUILD
@ -1,16 +1,16 @@
|
|||||||
# Maintainer: Mykhailo Aleksieiev <mishanya.bigimot@gmail.com>
|
# Maintainer: Mykhailo Aleksieiev <mishanya.bigimot@gmail.com>
|
||||||
pkgname=gogofetch-git
|
pkgname=gogofetch-git
|
||||||
pkgver=r72.51d32b6
|
pkgver=r134.da944b7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Fetch written in Go with image support"
|
pkgdesc="Fetch written in Go with image support"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://codeberg.org/nekohepott/goGoFetch"
|
url="https://codeberg.org/nekohepott/goGoFetch"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('glibc' 'chafa')
|
depends=('glibc' 'chafa')
|
||||||
makedepends=('git' 'go')
|
makedepends=('git' 'go' 'git-lfs')
|
||||||
provides=("gogofetch")
|
provides=("gogofetch")
|
||||||
conflicts=("gogofetch")
|
conflicts=("gogofetch")
|
||||||
source=("git+https://codeberg.org/nekohepott/goGoFetch.git")
|
source=("goGoFetch::git+https://codeberg.org/nekohepott/goGoFetch.git#branch=master")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
@ -18,6 +18,13 @@ pkgver() {
|
|||||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd "goGoFetch"
|
||||||
|
git remote set-url origin https://codeberg.org/nekohepott/goGoFetch.git
|
||||||
|
git lfs install --local
|
||||||
|
git lfs pull
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "goGoFetch"
|
cd "goGoFetch"
|
||||||
export GOPATH="$srcdir/gopath"
|
export GOPATH="$srcdir/gopath"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user