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

Felix Yan felixonmars at archlinux.org
Tue Dec 1 18:38:43 UTC 2020


    Date: Tuesday, December 1, 2020 @ 18:38:43
  Author: felixonmars
Revision: 767187

upgpkg: deepin-desktop-base 2:2020.11.04-1

Modified:
  deepin-desktop-base/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-01 18:09:33 UTC (rev 767186)
+++ PKGBUILD	2020-12-01 18:38:43 UTC (rev 767187)
@@ -3,9 +3,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-desktop-base
-pkgver=2020.04.12.2
-_tag=2020.04.12-2
-pkgrel=2
+pkgver=2020.11.04
+pkgrel=1
 epoch=2
 pkgdesc='Base component for Deepin'
 arch=('any')
@@ -12,18 +11,18 @@
 url="https://github.com/linuxdeepin/deepin-desktop-base"
 license=('GPL3')
 groups=('deepin')
-source=("$pkgname-$_tag.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$_tag.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz"
         distribution.info)
-sha512sums=('7b37a48936d653c22353e9a8779c3644df9a675150217a06c16a6d40a9d6ddbfc90bd18f1d60c58d947dc641a69a699219202b77644299d0f3b5dc1426db6615'
+sha512sums=('02e3d3817f317dd4ebac09b9ceed1c545359643bef2dc3a2f1d027cca4b5d9765f81615ae0200b05e8cf549695bbcb9c52d25570f90a9deb7ed654501549d470'
             '27625e6d0786b8adacdb7c52806d4faa28d2ab6b319a593b3ea9bcb69f0cc18ea19b258d629e3a0069ef9a69503589b0285289caef39a1e85bbd99e915c7cd7d')
 
 build() {
-  cd $pkgname-$_tag
+  cd $pkgname-$pkgver
   make
 }
 
 package() {
-  cd $pkgname-$_tag
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 
   install -Dm644 "$srcdir"/distribution.info -t "$pkgdir"/usr/share/deepin/



More information about the arch-commits mailing list