Update to v0.2.0 & remove submodules
parent
86226c3775
commit
dceca9ffa8
2
.SRCINFO
2
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = nheko-git
|
||||
pkgdesc = Desktop client for the Matrix protocol
|
||||
pkgver = 0.1.0.r347.e1a4458a
|
||||
pkgver = 0.2.0.r347.e1a4458a
|
||||
pkgrel = 1
|
||||
url = https://github.com/mujx/nheko
|
||||
arch = i686
|
||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Konstantinos Sideris <siderisk at auth dot gr>
|
||||
|
||||
pkgname=nheko-git
|
||||
pkgver=0.1.0.r347.e1a4458a
|
||||
pkgver=0.2.0.r520.d703377a
|
||||
pkgrel=1
|
||||
pkgdesc="Desktop client for the Matrix protocol"
|
||||
arch=("i686" "x86_64")
|
||||
|
@ -17,12 +17,11 @@ md5sums=("SKIP")
|
|||
|
||||
prepare() {
|
||||
cd "$pkgname"
|
||||
git submodule update --init --recursive
|
||||
}
|
||||
|
||||
pkgver() {
|
||||
cd "$pkgname"
|
||||
printf "0.1.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
printf "0.2.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in New Issue