diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-10-21 15:46:31 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-10-21 15:46:31 -0500 |
commit | 48039caafd6f73ff8d94c16e3d59f8b42dbe8021 (patch) | |
tree | 2ce29c59a428e725a08eecf03fe50b632603f452 | |
parent | b5b5e6aae83c532c570fe27ae4cc0606d33313b2 (diff) |
idjc-0.8.16-1: updating version
-rw-r--r-- | pcr/idjc/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/pcr/idjc/PKGBUILD b/pcr/idjc/PKGBUILD index 3857fa04a..cc18e8cbc 100644 --- a/pcr/idjc/PKGBUILD +++ b/pcr/idjc/PKGBUILD @@ -1,8 +1,11 @@ -# Maintainer (Arch): M0Rf30 Contributor: Tobias Luther <tobias [at] tonstrom [dot] de> Contributor: GraveDigger Contributor: Gaetan Bisson <bisson@archlinux.org> +# Maintainer (Arch): M0Rf30 +# Contributor (Arch): Tobias Luther <tobias [at] tonstrom [dot] de> +# Contributor (Arch): GraveDigger +# Contributor (Arch): Gaetan Bisson <bisson@archlinux.org> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=idjc -pkgver=0.8.15 +pkgver=0.8.16 pkgrel=1 pkgdesc='Powerful client for individuals interested in streaming live radio shows' url='http://idjc.sourceforge.net/' @@ -34,4 +37,4 @@ package() { sed -i 's|#! /usr/bin/python22.7|#! /usr/bin/python2|' ${pkgdir}/usr/bin/idjc } -md5sums=('b2beea54bb7147504d6a712784ba7794') +md5sums=('40346a16fca39e4fa306399974e5c2cb') |