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

Felix Yan felixonmars at archlinux.org
Fri Apr 14 17:59:09 UTC 2017


    Date: Friday, April 14, 2017 @ 17:59:08
  Author: felixonmars
Revision: 223020

upgpkg: deepin-help 15.4.4-1

Modified:
  deepin-help/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-14 17:56:12 UTC (rev 223019)
+++ PKGBUILD	2017-04-14 17:59:08 UTC (rev 223020)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-help
-pkgver=15.3.1
+pkgver=15.4.4
 pkgrel=1
 pkgdesc='Help files for DDE'
 arch=('any')
@@ -11,12 +11,11 @@
 url="https://github.com/linuxdeepin/dde-help"
 license=('GPL3')
 depends=('deepin-manual')
-makedepends=('git')
 groups=('deepin')
-source=("git+https://github.com/linuxdeepin/dde-help.git#tag=$pkgver")
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-help/archive/$pkgver.tar.gz")
+sha512sums=('2857bb78294bfda6f18e0a726dbe18e4c6ae99d1071f4dafd05371892aa3a3a3e0ff0b9e978aeee2e951291ff36844e7aac94bfe7a586b3ecc0a1db23efeba4b')
 
 package() {
-  cd dde-help
+  cd dde-help-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list