diff options
Diffstat (limited to 'libre/smplayer')
-rw-r--r-- | libre/smplayer/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libre/smplayer/PKGBUILD b/libre/smplayer/PKGBUILD index badb59748..5a109f02e 100644 --- a/libre/smplayer/PKGBUILD +++ b/libre/smplayer/PKGBUILD @@ -1,13 +1,14 @@ +# Maintainer: Andreas Grapentin <andreas@grapentin.org> +# Contributor: Omar Vega Ramos <ovruni@gnu.org.pe> +# Contributor: André Silva <emulatorman@riseup.net> # Maintainer (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org> # Contributor (Arch): Ionut Biru <ibiru@archlinux.org> # Contributor (Arch): Allan McRae <allan@archlinux.org> # Contributor (Arch): Alessio 'mOLOk' Bolognino <themolok@gmail.com> # Contributor (Arch): shamrok <szamrok@gmail.com> -# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> -# Maintainer: André Silva <emulatorman@parabola.nu> pkgname=smplayer -pkgver=17.4.2 +pkgver=17.5.0 pkgrel=1.parabola1 pkgdesc='Media player with built-in codecs that can play virtually all video and audio formats, without nonfree smtube support' url='http://smplayer.sourceforge.net/' @@ -22,9 +23,9 @@ optdepends=('smplayer-themes: icon themes collection' source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 disable-smtube-support.patch add-missing-QClipboard-include.patch) -sha512sums=('bb0169dc1e2d6b56f3617986647664eda677229bce5b2aa898b64574319a84ac4d51c78f5a68ab57df5dce48c1f76d0d9e0dbdefa5baee351c0a22c2a9cb5186' - '813efc30a754015d8bca9391ed3b586481c2cd931a0b234a8cb94cdad7ae92b8976aabd05569099900ce65b8f2fd39d39da0dddff46bfe10891dd5edc4f12283' - '619b8a236b36518bf0f9984d87384d9c5be10fdbda17598d57736064c0c2d6d9f920c9d3f1eb059ba390670ec28559f0dda6f85757ef8696540c424b08863e39') +sha256sums=('38bc19b2e946f8da35c1902b38a3375683e42a11591c89801885b3f16f8e0288' + 'e86a0881d6696dfe2b5a2742947f317090194beab4986df7e9ac8845727e78de' + 'abb66acd70e61bc2bf7abfa2887b24b76004e00b9649a9b38aa44b4409fea08e') prepare() { cd $pkgname-$pkgver |