diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-06 02:39:59 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-06 02:39:59 -0300 |
commit | 9de3b9c45ac06149e94b7a1fb0540b2a22ce08b2 (patch) | |
tree | 65ddb71db17a43fb537a9313cedff3eea5a68162 /libre/smplayer/PKGBUILD | |
parent | 470758938efa17ac74fe7abad30ee7d99399f78c (diff) | |
download | abslibre-9de3b9c45ac06149e94b7a1fb0540b2a22ce08b2.tar.gz abslibre-9de3b9c45ac06149e94b7a1fb0540b2a22ce08b2.tar.bz2 abslibre-9de3b9c45ac06149e94b7a1fb0540b2a22ce08b2.zip |
smplayer: fix checksums
Diffstat (limited to 'libre/smplayer/PKGBUILD')
-rw-r--r-- | libre/smplayer/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/smplayer/PKGBUILD b/libre/smplayer/PKGBUILD index 3d6973f39..6b419ca8a 100644 --- a/libre/smplayer/PKGBUILD +++ b/libre/smplayer/PKGBUILD @@ -20,7 +20,8 @@ optdepends=('smplayer-themes: icon themes collection' 'smplayer-skins: skin themes collection' 'mpv: for using mpv instead of mplayer') source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 smplayer-dock-playlist-qt5.patch) -md5sums=('b89975a1edc60e1ea89159e4bd7cde07') +md5sums=('b89975a1edc60e1ea89159e4bd7cde07' + 'e0cfdf29daf815404501a11e7ebac2eb') prepare() { cd $pkgname-$pkgver |