alot: update to 0.8.
This commit is contained in:
parent
6400f2b7ef
commit
45a1d50527
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'alot'
|
# Template file for 'alot'
|
||||||
pkgname=alot
|
pkgname=alot
|
||||||
version=0.7
|
version=0.8
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
pycompile_module="alot"
|
pycompile_module="alot"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python-setuptools python-Twisted notmuch-python python-configobj
|
depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj
|
||||||
python-gpg python-magic python-urwidtrees"
|
python3-gpg python3-magic python3-urwidtrees"
|
||||||
short_desc="Terminal-based mail user agent based on the notmuch mail indexer"
|
short_desc="Terminal-based mail user agent based on the notmuch mail indexer"
|
||||||
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
|
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/pazz/alot"
|
homepage="https://github.com/pazz/alot"
|
||||||
distfiles="https://github.com/pazz/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/pazz/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=2d49a7d61241cfadc993a8456076605b2cfe264c51f5e3f18f337bad58f29a1c
|
checksum=4ae269342f1ca61b88e550b763c53b859b8dff17645e5fe697bc2d1a7a173bb8
|
||||||
|
|
Loading…
Reference in New Issue