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

Felix Yan felixonmars at archlinux.org
Mon Jun 15 18:39:48 UTC 2020


    Date: Monday, June 15, 2020 @ 18:39:48
  Author: felixonmars
Revision: 645475

upgpkg: deepin-desktop-schemas 5.6.0.2.20200612-1: fix gschema failures of deepin-control-center

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-15 18:38:12 UTC (rev 645474)
+++ PKGBUILD	2020-06-15 18:39:48 UTC (rev 645475)
@@ -3,7 +3,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-desktop-schemas
-pkgver=5.6.0.2
+pkgver=5.6.0.2.20200612
+_commit=3288d89f4f3d847d3d3220e3be4d1faef0af95bf
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -14,12 +15,14 @@
 conflicts=('deepin-artwork-themes')
 replaces=('deepin-artwork-themes')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz"
+source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$_commit.tar.gz"
         https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('60f732bf84686dc9f16a77d24cfc7a691f88ab726970fc963e5b97fe758774b6ac3ae40d6d574679d08cadf6823d38829792339ed2613fc51f6325f0cc088764'
+sha512sums=('6d3c2aac03ad16e3a37008031944f9dd90e9ae49b4cf52edf945562d0fe46eed62566091b8a98b766c61506512166d65dc6132dbe2bdaa65c540d4a7818bf62b'
             'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
 
 prepare() {
+  mv deepin-desktop-schemas-{$_commit,$pkgver}
+
   export GOPATH="$srcdir/build:/usr/share/gocode"
   cd deepin-desktop-schemas-$pkgver
   # disable swap-sched



More information about the arch-commits mailing list