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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jun 30 16:53:01 UTC 2022


    Date: Thursday, June 30, 2022 @ 16:53:01
  Author: felixonmars
Revision: 1243092

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-30 16:52:48 UTC (rev 1243091)
+++ PKGBUILD	2022-06-30 16:53:01 UTC (rev 1243092)
@@ -1,27 +0,0 @@
-# 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=5.0.3
-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=('e52065bf4a50043573cd335c0a32e7252d7d5ae60ed57b80e9d198adfc1c5e39086a621a66ada693215a3a830f9f0d68ce3f6523f9f8b3d275599273f77574c9')
-
-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 1243091, deepin-shortcut-viewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-30 16:53:01 UTC (rev 1243092)
@@ -0,0 +1,27 @@
+# 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=5.0.6
+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=('b79f99a0bc8ed7b19cd1fad32e7b29d619b8d16e364f967ab9976e6d73784ef0016038c934e0850c4270f0dd95f1d6a605d65ed5e035ba56c255ba642bf9bdc5')
+
+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