mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 04:12:57 +02:00
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'
|
# Template file for 'units'
|
||||||
pkgname=units
|
pkgname=units
|
||||||
version=2.18
|
version=2.19
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="python"
|
hostmakedepends="python3"
|
||||||
makedepends="readline-devel"
|
makedepends="readline-devel"
|
||||||
depends="python python-Unidecode"
|
depends="python3 python3-Unidecode"
|
||||||
short_desc="Converts between different units"
|
short_desc="Converts between different units"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.gnu.org/software/units/units.html"
|
homepage="https://www.gnu.org/software/units/units.html"
|
||||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=64959c231c280ceb4f3e6ae6a19b918247b6174833f7f1894704c444869c4678
|
checksum=4262136bdfc152b63ff5a9b93a7d80ce18b5e8bebdcffddc932dda769e306556
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Tries to install to /usr/com/currency.units
|
# Tries to install to /usr/com/currency.units
|
||||||
|
|
Loading…
Add table
Reference in a new issue