mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tzupdate: fix typo in post_install, revbump
This commit is contained in:
parent
7cccc9ff87
commit
599db52a98
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tzupdate'
|
# Template file for 'tzupdate'
|
||||||
pkgname=tzupdate
|
pkgname=tzupdate
|
||||||
version=2.1.0
|
version=2.1.0
|
||||||
revision=4
|
revision=5
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -14,6 +14,6 @@ checksum=8e0f81d04143fd89a1300155bb99baeb46d5f6b3df49b96361f9026ff55eaec9
|
||||||
# tests require httpretty, not in repos
|
# tests require httpretty, not in repos
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
post_instal() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue