kouhai: upgrade to 0_alpha5
This commit is contained in:
parent
5925dc1722
commit
c0902e4bf1
1 changed files with 3 additions and 5 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_alpha4
|
pkgver=0_alpha5
|
||||||
_commit=130424590856fce57bed8a60a57b6eb3e31511ff
|
_commit=6959542707ad35d90a6a0fa3859edb2eab9c27c7
|
||||||
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,8 +13,6 @@ 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"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
sed -i "s/production/$pkgver/" window.go
|
sed -i "s/production/$pkgver/" window.go
|
||||||
|
@ -33,5 +31,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
964d86f830ceaa8651426966031943d0b0c564f365ab0eb24b64902156c994c68e10bbfcba83549334536a6a847b86aacdcdcb8c9b68fc789135fa794f6d97ff kouhai-0_alpha4.tar.gz
|
3b1d6ace91b6270bb1ff024a7a9e92df171c6bf19fe5b6d7c6f605c534e1685ed0020ecededb7f154d548bb53afdd9242641e834e8f4e9d2e68713e589362a43 kouhai-0_alpha5.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Reference in a new issue