[arch-commits] Commit in deepin-account-faces/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Sep 29 04:08:49 UTC 2018


    Date: Saturday, September 29, 2018 @ 04:08:49
  Author: felixonmars
Revision: 387573

archrelease: copy trunk to community-any

Added:
  deepin-account-faces/repos/community-any/PKGBUILD
    (from rev 387572, deepin-account-faces/trunk/PKGBUILD)
Deleted:
  deepin-account-faces/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   45 +++++++++++++++++++++------------------------
 1 file changed, 21 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-29 04:08:37 UTC (rev 387572)
+++ PKGBUILD	2018-09-29 04:08:49 UTC (rev 387573)
@@ -1,24 +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-account-faces
-pkgver=1.0.10
-_commit=799e6aa0605167bab6b283aa1114c8aee555a45f
-pkgrel=2
-pkgdesc='Account faces for Linux Deepin'
-arch=('any')
-license=('GPL3')
-url="https://github.com/linuxdeepin/dde-account-faces"
-makedepends=('git')
-conflicts=('dde-account-faces')
-replaces=('dde-account-faces')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/dde-account-faces.git#commit=$_commit")
-sha512sums=('SKIP')
-
-package() {
-  cd dde-account-faces
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-account-faces/repos/community-any/PKGBUILD (from rev 387572, deepin-account-faces/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-29 04:08:49 UTC (rev 387573)
@@ -0,0 +1,21 @@
+# 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-account-faces
+pkgver=1.0.11
+pkgrel=1
+pkgdesc='Account faces for Linux Deepin'
+arch=('any')
+license=('GPL3')
+url="https://github.com/linuxdeepin/dde-account-faces"
+conflicts=('dde-account-faces')
+replaces=('dde-account-faces')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-account-faces/archive/$pkgver.tar.gz")
+sha512sums=('4589eec00f1924ed835cafa0f347ae9eff2f45dd308c86dca45485d6467eacaebc02a945c96fca0ea9bb56eff56f1016808db8303d6b80292762541640cc22b5')
+
+package() {
+  cd dde-account-faces-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list