[arch-commits] Commit in deepin-sound-theme/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Oct 31 13:34:40 UTC 2017


    Date: Tuesday, October 31, 2017 @ 13:34:39
  Author: felixonmars
Revision: 264901

archrelease: copy trunk to community-any

Added:
  deepin-sound-theme/repos/community-any/PKGBUILD
    (from rev 264900, deepin-sound-theme/trunk/PKGBUILD)
Deleted:
  deepin-sound-theme/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-31 13:34:12 UTC (rev 264900)
+++ PKGBUILD	2017-10-31 13:34:39 UTC (rev 264901)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-sound-theme
-pkgver=15.10.1
-pkgrel=1
-pkgdesc="Deepin sound theme"
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-sound-theme"
-license=('GPL3')
-groups=('deepin')
-makedepends=('git')
-conflicts=('deepin-artwork')
-source=("git+https://github.com/linuxdeepin/deepin-sound-theme.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}

Copied: deepin-sound-theme/repos/community-any/PKGBUILD (from rev 264900, deepin-sound-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-31 13:34:39 UTC (rev 264901)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-sound-theme
+pkgver=15.10.2
+pkgrel=1
+pkgdesc="Deepin sound theme"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-sound-theme"
+license=('GPL3')
+groups=('deepin')
+conflicts=('deepin-artwork')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-sound-theme/archive/$pkgver.tar.gz")
+sha512sums=('01880aa8ae925290ae1f7cdefe89baac0121776d598a701183c51d7295f28be66e0e102af81d16dfcd60b9b1881efb8278480d4d16e8df6a532187a6a182c93e')
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list