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

Felix Yan felixonmars at archlinux.org
Tue Jun 27 05:06:18 UTC 2017


    Date: Tuesday, June 27, 2017 @ 05:06:18
  Author: felixonmars
Revision: 241069

upgpkg: deepin-desktop-base 2016.12.1-1

Modified:
  deepin-desktop-base/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-27 05:05:33 UTC (rev 241068)
+++ PKGBUILD	2017-06-27 05:06:18 UTC (rev 241069)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-desktop-base
-pkgver=2016.11.30
+pkgver=2016.12.1
 pkgrel=1
 pkgdesc='Base component for Deepin'
 arch=('any')
@@ -11,18 +11,17 @@
 url="https://github.com/linuxdeepin/deepin-desktop-base"
 license=('GPL3')
 depends=('deepin-wallpapers')
-makedepends=('git')
 groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-desktop-base.git#tag=$pkgver")
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz")
+sha512sums=('5cd0a9e5b635edc0e013fd01e412e9c18cb23beed27c71d4af018a9737c54b644b22bb6a0d11b9c6aafe3555c742b771cd78e7d2e4468500945c1b93a9a55ae0')
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 
   # Remove Deepin distro's lsb-release



More information about the arch-commits mailing list