kouhai: upgrade to 0_alpha4
This commit is contained in:
parent
8ba723a51f
commit
2c383770e8
1 changed files with 8 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=kouhai
|
||||
pkgver=0_alpha3
|
||||
_commit=3bcff1b64088e2ca32e81f2c094ab1798875895b
|
||||
pkgver=0_alpha4
|
||||
_commit=130424590856fce57bed8a60a57b6eb3e31511ff
|
||||
pkgrel=0
|
||||
pkgdesc="Your everyday IRC student"
|
||||
url="https://git.sr.ht/~taiite/senpai"
|
||||
|
@ -15,6 +15,11 @@ builddir="$srcdir/senpai-$_commit"
|
|||
|
||||
export GOPATH="$srcdir"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
sed -i "s/production/$pkgver/" window.go
|
||||
}
|
||||
|
||||
build() {
|
||||
make GOFLAGS="$GOFLAGS"
|
||||
}
|
||||
|
@ -28,5 +33,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
88ffb04afceb771e7d6ce7644ea2ba7e16be5b48d7e24169ee01a74fef9444d78a9217c2624b91c20388a95d5602f3198a9ae0485270ecd0797707dd9e28f5fb kouhai-0_alpha3.tar.gz
|
||||
964d86f830ceaa8651426966031943d0b0c564f365ab0eb24b64902156c994c68e10bbfcba83549334536a6a847b86aacdcdcb8c9b68fc789135fa794f6d97ff kouhai-0_alpha4.tar.gz
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue