[arch-commits] Commit in smplayer-skins/repos/community-any (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Thu May 21 15:16:27 UTC 2020


    Date: Thursday, May 21, 2020 @ 15:16:26
  Author: dvzrv
Revision: 631248

archrelease: copy trunk to community-any

Added:
  smplayer-skins/repos/community-any/PKGBUILD
    (from rev 631247, smplayer-skins/trunk/PKGBUILD)
Deleted:
  smplayer-skins/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   49 ++++++++++++++++++++++++-------------------------
 1 file changed, 24 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-21 15:16:21 UTC (rev 631247)
+++ PKGBUILD	2020-05-21 15:16:26 UTC (rev 631248)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=smplayer-skins
-pkgver=15.2.0
-pkgrel=2
-epoch=1
-pkgdesc="Skins for SMPlayer"
-arch=('any')
-url="https://smplayer.info"
-license=('GPL2' 'LGPL3' 'CCPL')
-depends=('smplayer')
-source=("https://downloads.sourceforge.net/smplayer/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('58d1dcc9caf5d93b7f0692ffa7ff4875eb8dd83db78293aee25a713a1f6007c83af556215cd1f7666dec98bc323b074c6b1fdb66eb9560176db842669c206a83')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" PREFIX=/usr install
-}

Copied: smplayer-skins/repos/community-any/PKGBUILD (from rev 631247, smplayer-skins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-21 15:16:26 UTC (rev 631248)
@@ -0,0 +1,24 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=smplayer-skins
+pkgver=15.2.0
+pkgrel=3
+epoch=1
+pkgdesc="Skins for SMPlayer"
+arch=('any')
+url="https://smplayer.info"
+license=('GPL2' 'LGPL3' 'CCPL')
+depends=('smplayer')
+source=("https://downloads.sourceforge.net/smplayer/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('58d1dcc9caf5d93b7f0692ffa7ff4875eb8dd83db78293aee25a713a1f6007c83af556215cd1f7666dec98bc323b074c6b1fdb66eb9560176db842669c206a83')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" PREFIX=/usr install
+}



More information about the arch-commits mailing list