gpodder: update to 3.10.15.
This commit is contained in:
parent
3114941dcf
commit
0a70f8fa9b
1 changed files with 7 additions and 4 deletions
|
@ -1,20 +1,23 @@
|
|||
# Template file for 'gpodder'
|
||||
pkgname=gpodder
|
||||
version=3.10.13
|
||||
version=3.10.15
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="gpodder-${version}"
|
||||
make_check_target=unittest
|
||||
hostmakedepends="python3 intltool"
|
||||
depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject
|
||||
python3-html5lib python3-mygpoclient python3-podcastparser"
|
||||
checkdepends="${depends} python3-MiniMock"
|
||||
checkdepends="${depends} python3-MiniMock python3-coverage desktop-file-utils"
|
||||
short_desc="Podcast client"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/gpodder/gpodder"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=afb8dd2b179cf8aa1d75751d4a534c7d45e652e5a2d19540551ac8d1150cd020
|
||||
checksum=9a2a3ac0f62da7073d4450dc88923688eab7232c461a90fbc9bace477599fd4b
|
||||
|
||||
do_check() {
|
||||
make releasetest
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make install DESTDIR=${DESTDIR}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue