[arch-commits] Commit in deepin-shortcut-viewer/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 6 05:55:21 UTC 2017


    Date: Tuesday, June 6, 2017 @ 05:55:20
  Author: felixonmars
Revision: 234474

upgpkg: deepin-shortcut-viewer 1.3.0-1

Modified:
  deepin-shortcut-viewer/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-06 05:48:35 UTC (rev 234473)
+++ PKGBUILD	2017-06-06 05:55:20 UTC (rev 234474)
@@ -4,25 +4,25 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-shortcut-viewer
-pkgver=1.02
+pkgver=1.3.0
 pkgrel=1
 pkgdesc='Deepin Shortcut Viewer'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/deepin-shortcut-viewer"
 license=('GPL3')
-depends=('qt5-base')
-makedepends=('git' 'qt5-tools')
+depends=('deepin-tool-kit')
+makedepends=('qt5-tools')
 groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-shortcut-viewer.git#tag=$pkgver")
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-shortcut-viewer/archive/$pkgver.tar.gz")
+sha512sums=('ecc95b2f2670622eaef3d5f5349c8e9ade279174721d225f18dcf7452ea417af92722b08cd835a7244e8524b5671241d6a00ecf7e655509156a942360c878828')
 
 build(){
-  cd deepin-shortcut-viewer
+  cd deepin-shortcut-viewer-$pkgver
   qmake-qt5 PREFIX=/usr
   make
 }
 
 package() {
-  cd deepin-shortcut-viewer
-  make INSTALL_ROOT="${pkgdir}" install
+  cd deepin-shortcut-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
 }



More information about the arch-commits mailing list