[arch-commits] Commit in smplayer/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Sep 17 23:45:31 UTC 2018


    Date: Monday, September 17, 2018 @ 23:45:31
  Author: anthraxx
Revision: 382812

upgpkg: smplayer 18.9.0-1

Modified:
  smplayer/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-17 23:45:15 UTC (rev 382811)
+++ PKGBUILD	2018-09-17 23:45:31 UTC (rev 382812)
@@ -5,7 +5,7 @@
 # Contributor: shamrok <szamrok at gmail.com>
 
 pkgname=smplayer
-pkgver=18.6.0
+pkgver=18.9.0
 pkgrel=1
 pkgdesc='Media player with built-in codecs that can play virtually all video and audio formats'
 url='https://www.smplayer.info/'
@@ -18,10 +18,9 @@
             'smtube: browse and play youtube videos'
             'youtube-dl: youtube videos and streaming'
             'mplayer: alternative multimedia engine')
-options=(!makeflags)
 source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1d5bf4b30f501e38825dccc4b12f5f1379bcdef7d982549da9cc9713a830685d')
-sha512sums=('8383c8c3d4a171adc189d6bc4c11c0b7a8ea78bf8ff8518589647dfd846b314cf3290a1d607c617e7e971ee29c6966666bf9d306d1b1c1bb4824f42efd97c7a8')
+sha256sums=('0df1ed59caea1f321b6a3a0e2a9fff4e87d2553eeacaa5b167e64001bd10ce3d')
+sha512sums=('ee2e68877ad9fb45923e46512953326b6703e830964c3d123aee6a4ca96990fae03a3b568b313aae76548dea08d671f86ef55b3023bc46eb3aa73b1ff96c135d')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -41,7 +40,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DOC_PATH=/usr/share/doc/smplayer \
-    DESTDIR="${pkgdir}" PREFIX=/usr install
+    DESTDIR="${pkgdir}" PREFIX=/usr -j1 install
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list