Update to 1.5.0
This commit is contained in:
parent
063b788c26
commit
5e1e3ebb76
8
template
8
template
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'Vesktop'
|
# Template file for 'Vesktop'
|
||||||
pkgname=vesktop
|
pkgname=vesktop
|
||||||
version=0.4.4
|
version=1.5.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
maintainer="Wizzard <rich@bandaholics.cash>"
|
maintainer="Wizzard <rich@bandaholics.cash>"
|
||||||
short_desc="Vesktop - Your Short Description"
|
short_desc="Vesktop - Your Short Description"
|
||||||
homepage="https://github.com/Vencord/Vesktop"
|
homepage="https://github.com/Vencord/Vesktop"
|
||||||
license="LicenseType"
|
license="LicenseType"
|
||||||
distfiles="https://github.com/Vencord/Vesktop/releases/download/v${version}/VencordDesktop_${version}_amd64.deb"
|
distfiles="https://github.com/Vencord/Vesktop/releases/download/v${version}/vesktop_${version}_amd64.deb"
|
||||||
checksum=b08f769ee19d32e27301ace10f0034594e364a1cf5bad4260d401d1eea3accaa
|
checksum=e64d144156fdbfc2525158dfaeaa8b0a0dd84e2c55eeab0456fc47514fab9932
|
||||||
hostmakedepends="tar xz"
|
hostmakedepends="tar xz"
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/VencordDesktop_${version}_amd64.deb
|
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/vesktop_${version}_amd64.deb
|
||||||
tar xf data.tar.xz -C ${wrksrc}
|
tar xf data.tar.xz -C ${wrksrc}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue