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

Felix Yan felixonmars at archlinux.org
Wed Aug 19 23:17:16 UTC 2020


    Date: Wednesday, August 19, 2020 @ 23:17:15
  Author: felixonmars
Revision: 685248

upgpkg: deepin-desktop-schemas 5.8.0.5.20200819-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-19 21:58:43 UTC (rev 685247)
+++ PKGBUILD	2020-08-19 23:17:15 UTC (rev 685248)
@@ -3,7 +3,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-desktop-schemas
-pkgver=5.8.0.5
+pkgver=5.8.0.5.20200819
+_commit=a66b118ba2046dc65dbfa0b4942de6138bb45ba1
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -14,14 +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=('9045333230706ad109513ab407d0709e3ed4d483ddd0da777f0890fb31d19c7b081cfd42ddc8e388292c0ddd1d34dc29ddaf016280e442dcaf17c76ecbb600b2'
+sha512sums=('c17d70e896fa7e3e3c624df4c26af587766efb21b2a2b76bf0f7cf8a721322e48bfe55f593d01fc1fe564493f5b7dd08946cc2b5c59619d6d94752df03cddeae'
             'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
-  cd deepin-desktop-schemas-$pkgver
+  cd deepin-desktop-schemas-$_commit
   # disable swap-sched
   patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
   # fix default background url
@@ -35,16 +36,16 @@
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
 
-  cd deepin-desktop-schemas-$pkgver
+  cd deepin-desktop-schemas-$_commit
   make ARCH=x86
 }
 
 check() {
-  cd deepin-desktop-schemas-$pkgver
+  cd deepin-desktop-schemas-$_commit
   make test
 }
 
 package() {
-  cd deepin-desktop-schemas-$pkgver
+  cd deepin-desktop-schemas-$_commit
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list