diff options
Diffstat (limited to 'libre')
-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 |