mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
pockyt: update to 1.2.
This commit is contained in:
parent
747bc9dc43
commit
68dfc98717
1 changed files with 7 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'pockyt'
|
# Template file for 'pockyt'
|
||||||
pkgname=pockyt
|
pkgname=pockyt
|
||||||
version=1.1
|
version=1.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python-setuptools python-parse"
|
depends="python3-setuptools python3-parse"
|
||||||
pycompile_module="${pkgname}"
|
pycompile_module="$pkgname"
|
||||||
short_desc="Automate and manage your pocket collection"
|
short_desc="Automate and manage your pocket collection"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/arvindch/pockyt"
|
homepage="https://github.com/arvindch/pockyt"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=866d62499a92c6dcba26a0957766ef981556555bb09d548dbc103056815f159b
|
checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
|
||||||
|
|
Loading…
Add table
Reference in a new issue