gcdemu: update to 3.2.0.
This commit is contained in:
parent
ae028fa79b
commit
10b8b512f5
|
@ -1,15 +1,15 @@
|
|||
# Template file for gcdemu'
|
||||
pkgname=gcdemu
|
||||
version=3.1.0
|
||||
version=3.2.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="gcdemu-${version}"
|
||||
build_style=cmake
|
||||
hostmakedepends="python intltool"
|
||||
depends="cdemu-daemon python-gobject libnotify gtk+3"
|
||||
hostmakedepends="python3 intltool"
|
||||
depends="cdemu-daemon python3-gobject libnotify gtk+3"
|
||||
short_desc="A GTK application for controlling CDEmu daemon"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://cdemu.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/cdemu/gcdemu-3.1.0.tar.bz2"
|
||||
checksum=025c801300aa6ef13b9da484d8bd1ec2774c53e898942d44a43b4d27c0e0b666
|
||||
distfiles="${SOURCEFORGE_SITE}/cdemu/gcdemu-${version}.tar.bz2"
|
||||
checksum=6cd6b6f22b329bf487f07189050d1750161ecf99a532ce3a85211809fe57a418
|
||||
|
|
Loading…
Reference in New Issue