kouhai: upgrade to 0_alpha3
This commit is contained in:
parent
59209f2316
commit
8ba723a51f
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
pkgname=kouhai
|
pkgname=kouhai
|
||||||
pkgver=0_git20220426
|
pkgver=0_alpha3
|
||||||
_commit=c8a42c205feca1dbf8358613dc0ae1b745ea0bbe
|
_commit=3bcff1b64088e2ca32e81f2c094ab1798875895b
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Your everyday IRC student"
|
pkgdesc="Your everyday IRC student"
|
||||||
url="https://git.sr.ht/~taiite/senpai"
|
url="https://git.sr.ht/~taiite/senpai"
|
||||||
|
@ -13,6 +13,8 @@ subpackages="$pkgname-doc"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/ptrcnull/senpai/archive/$_commit.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/ptrcnull/senpai/archive/$_commit.tar.gz"
|
||||||
builddir="$srcdir/senpai-$_commit"
|
builddir="$srcdir/senpai-$_commit"
|
||||||
|
|
||||||
|
export GOPATH="$srcdir"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
make GOFLAGS="$GOFLAGS"
|
make GOFLAGS="$GOFLAGS"
|
||||||
}
|
}
|
||||||
|
@ -26,5 +28,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
a57cd5decb91054a84f378a62cba54196f275c45ae987144cacccc637eaf316114348b0d181a16fa084a7149f82fad41a19901eb93244c073edfe108fd79f706 kouhai-0_git20220426.tar.gz
|
88ffb04afceb771e7d6ce7644ea2ba7e16be5b48d7e24169ee01a74fef9444d78a9217c2624b91c20388a95d5602f3198a9ae0485270ecd0797707dd9e28f5fb kouhai-0_alpha3.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue