Add package release to version
This commit is contained in:
parent
636d74020f
commit
2e3754a08c
1 changed files with 3 additions and 4 deletions
|
@ -4,9 +4,8 @@
|
||||||
# Original source: https://git.disroot.org/tuxliban/tutoriales_void/src/branch/master/Plantillas/palemoon/template
|
# Original source: https://git.disroot.org/tuxliban/tutoriales_void/src/branch/master/Plantillas/palemoon/template
|
||||||
|
|
||||||
pkgname=palemoon
|
pkgname=palemoon
|
||||||
version=31.0.0
|
version=31.0.0-1
|
||||||
revision=1
|
revision=1
|
||||||
_release=1
|
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
repository="cereus-extra"
|
repository="cereus-extra"
|
||||||
hostmakedepends="curl python3-html2text tar xz"
|
hostmakedepends="curl python3-html2text tar xz"
|
||||||
|
@ -24,11 +23,11 @@ else
|
||||||
checksum=38da6d1e5b9a010a728268cb6e8669e52468d393418666344bd6d6ef9d949481
|
checksum=38da6d1e5b9a010a728268cb6e8669e52468d393418666344bd6d6ef9d949481
|
||||||
fi
|
fi
|
||||||
|
|
||||||
distfiles="https://download.opensuse.org/repositories/home:/stevenpusser/Debian_11/${_debarch}/${pkgname}_${version}-${_release}.gtk2_${_debarch}.deb"
|
distfiles="https://download.opensuse.org/repositories/home:/stevenpusser/Debian_11/${_debarch}/${pkgname}_${version}.gtk2_${_debarch}.deb"
|
||||||
_licenseURL="https://www.palemoon.org/redist.shtml"
|
_licenseURL="https://www.palemoon.org/redist.shtml"
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}_${version}-${_release}.gtk2_${_debarch}.deb
|
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}_${version}.gtk2_${_debarch}.deb
|
||||||
tar xf data.tar.xz
|
tar xf data.tar.xz
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue