units: update to 2.19, switch to python3
This commit is contained in:
parent
25fc1a7e19
commit
d31a9139f0
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'units'
|
||||
pkgname=units
|
||||
version=2.18
|
||||
revision=2
|
||||
version=2.19
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="python"
|
||||
hostmakedepends="python3"
|
||||
makedepends="readline-devel"
|
||||
depends="python python-Unidecode"
|
||||
depends="python3 python3-Unidecode"
|
||||
short_desc="Converts between different units"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.gnu.org/software/units/units.html"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=64959c231c280ceb4f3e6ae6a19b918247b6174833f7f1894704c444869c4678
|
||||
checksum=4262136bdfc152b63ff5a9b93a7d80ce18b5e8bebdcffddc932dda769e306556
|
||||
|
||||
post_install() {
|
||||
# Tries to install to /usr/com/currency.units
|
||||
|
|
Loading…
Reference in a new issue