diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-10-22 23:00:06 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-10-22 23:00:06 -0500 |
commit | f41a12c6e657cfecbafe553115581994b44db3e2 (patch) | |
tree | 709180bd4d00911eaa3999fcf913944b8d2ee1ab /libre/smplayer | |
parent | 685b780067e751634030e0ee30f1db46fc87f97a (diff) | |
download | abslibre-f41a12c6e657cfecbafe553115581994b44db3e2.tar.gz abslibre-f41a12c6e657cfecbafe553115581994b44db3e2.tar.bz2 abslibre-f41a12c6e657cfecbafe553115581994b44db3e2.zip |
smplayer-17.10.0-1.parabola1: updating version
Diffstat (limited to 'libre/smplayer')
-rw-r--r-- | libre/smplayer/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/smplayer/PKGBUILD b/libre/smplayer/PKGBUILD index 1b447158a..1d5c6a6a7 100644 --- a/libre/smplayer/PKGBUILD +++ b/libre/smplayer/PKGBUILD @@ -8,13 +8,13 @@ # Contributor: Andreas Grapentin <andreas@grapentin.org> pkgname=smplayer -pkgver=17.8.0 +pkgver=17.10.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/' +url='http://www.smplayer.info/' arch=('i686' 'x86_64' 'armv7h') license=('GPL') -depends=('qt5-script' 'mpv' 'hicolor-icon-theme') +depends=('qt5-script' 'mpv' 'hicolor-icon-theme' 'libx11' 'zlib' 'gcc-libs') makedepends=('qt5-tools') optdepends=('smplayer-themes: icon themes collection' 'smplayer-skins: skin themes collection' @@ -23,7 +23,7 @@ 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) -sha256sums=('70790ebdb91b25b4293212987c642285819c8fced4babf1dea54b26d8ffba76a' +sha256sums=('3d40a999343c647cc758a8d5026be9d355dcc84317700128578e51db9f982375' 'e86a0881d6696dfe2b5a2742947f317090194beab4986df7e9ac8845727e78de' 'abb66acd70e61bc2bf7abfa2887b24b76004e00b9649a9b38aa44b4409fea08e') |