libtelegram-ae: really v10.0.0
We need to go with upstream number scheme: version 1.0.0 but tag 10.0.0
This commit is contained in:
parent
3f373b95bf
commit
e8c22adb57
|
@ -1,10 +1,8 @@
|
|||
# Template file for 'libqtelegram-ae'
|
||||
pkgname=libqtelegram-ae
|
||||
version=1.0.0
|
||||
version=10.0.0
|
||||
revision=1
|
||||
# The version is 1.0.0 but the tag is wrong
|
||||
_tag=10.0.0
|
||||
wrksrc=${pkgname/-ae/-aseman-edition}-${_tag}-stable
|
||||
wrksrc=${pkgname/-ae/-aseman-edition}-${version}-stable
|
||||
build_style=qmake
|
||||
hostmakedepends="qt5-qmake"
|
||||
makedepends="qt5-devel qt5-multimedia-devel"
|
||||
|
@ -12,7 +10,7 @@ short_desc="A libqtelegram fork by Aseman Team"
|
|||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/Aseman-Land/libqtelegram-aseman-edition"
|
||||
distfiles="https://github.com/Aseman-Land/libqtelegram-aseman-edition/archive/v${_tag}-stable.tar.gz"
|
||||
distfiles="https://github.com/Aseman-Land/libqtelegram-aseman-edition/archive/v${version}-stable.tar.gz"
|
||||
checksum=d8a5854b17d822477c627980648ab5a2ec7a68a4a798f9e09789d1a73c5c5910
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in New Issue