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

Allan McRae allan at nymeria.archlinux.org
Sun Feb 3 06:15:44 UTC 2013


    Date: Sunday, February 3, 2013 @ 07:15:43
  Author: allan
Revision: 176964

upgpkg: smplayer-themes 20120919-2

remove unneeded build() function

Modified:
  smplayer-themes/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-03 06:13:09 UTC (rev 176963)
+++ PKGBUILD	2013-02-03 06:15:43 UTC (rev 176964)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
+# Maintainer: 
 # Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
 
 pkgname=smplayer-themes
 pkgver=20120919
-pkgrel=1
+pkgrel=2
 pkgdesc="Themes for smplayer"
 arch=('any')
 url="http://smplayer.sourceforge.net/"
@@ -13,11 +13,6 @@
 source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2)
 md5sums=('4af3433f2fc7a4b543e576fb7985eb35')
 
-build() {
-     cd $pkgname-$pkgver
-     make PREFIX="$pkgdir/usr" CONF_PREFIX=
-}
-
 package() {
      cd $pkgname-$pkgver
      make PREFIX="$pkgdir/usr" install




More information about the arch-commits mailing list