statnot: update to python3 snapshot
This commit is contained in:
parent
0cf543d5f9
commit
ab7cd04ad5
1 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'statnot'
|
||||
pkgname=statnot
|
||||
version=0.0.4
|
||||
revision=4
|
||||
revision=5
|
||||
_commit=d70982eb5d86e7849295b634721a74a433fcb532
|
||||
wrksrc="$pkgname-$_commit"
|
||||
build_style=gnu-makefile
|
||||
depends="pygtk python3-dbus xsetroot"
|
||||
depends="python3-gobject python3-dbus xsetroot"
|
||||
short_desc="Notification system for lightweight window managers"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/halhen/statnot/"
|
||||
distfiles="https://github.com/halhen/statnot/archive/${version}.tar.gz"
|
||||
checksum=2864332c2e3cece682def8c3881ce1335fa9054a96a3142ddd761936e462d936
|
||||
python_version=2
|
||||
distfiles="https://github.com/halhen/statnot/archive/$_commit.tar.gz"
|
||||
checksum=9b6346e2340dd4ba5f76cbc7f3d5a09d2ba623bb74aab2355b793055f96991bf
|
||||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
|
|
Loading…
Reference in a new issue