[arch-commits] Commit in deepin-shortcut-viewer/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Tue Feb 6 01:40:56 UTC 2018


    Date: Tuesday, February 6, 2018 @ 01:40:55
  Author: felixonmars
Revision: 289338

archrelease: copy trunk to community-x86_64

Added:
  deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD
    (from rev 289337, deepin-shortcut-viewer/trunk/PKGBUILD)
Deleted:
  deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-06 01:40:32 UTC (rev 289337)
+++ PKGBUILD	2018-02-06 01:40:55 UTC (rev 289338)
@@ -1,28 +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-shortcut-viewer
-pkgver=1.3.3
-pkgrel=2
-pkgdesc='Deepin Shortcut Viewer'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-shortcut-viewer"
-license=('GPL3')
-depends=('deepin-qt5integration')
-makedepends=('qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-shortcut-viewer/archive/$pkgver.tar.gz")
-sha512sums=('42dcecdceebe10a0ec9d2150a733610851bcafc0fc8eada70574e8d09b34cb1f213389c9b7c9757fd89c9150e5f2164556ed87cb796b8d245480c27d81044928')
-
-build(){
-  cd deepin-shortcut-viewer-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-shortcut-viewer-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD (from rev 289337, deepin-shortcut-viewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-06 01:40:55 UTC (rev 289338)
@@ -0,0 +1,28 @@
+# $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-shortcut-viewer
+pkgver=1.3.4
+pkgrel=1
+pkgdesc='Deepin Shortcut Viewer'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-shortcut-viewer"
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-shortcut-viewer/archive/$pkgver.tar.gz")
+sha512sums=('1739ac6e97d6bf8486fe2485abf796fae1889435e9e5af0db2b6f8f8ab2ae2c0647153d4f6e0cb3b041e4afb901bf1e72a39e10ced5f96078cb9560449897193')
+
+build(){
+  cd deepin-shortcut-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-shortcut-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list