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

Felix Yan felixonmars at archlinux.org
Fri Sep 18 03:56:16 UTC 2020


    Date: Friday, September 18, 2020 @ 03:56:15
  Author: felixonmars
Revision: 709655

upgpkg: deepin-desktop-schemas 5.8.0.16-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-18 03:56:04 UTC (rev 709654)
+++ PKGBUILD	2020-09-18 03:56:15 UTC (rev 709655)
@@ -3,8 +3,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-desktop-schemas
-pkgver=5.8.0.5.20200819
-_commit=a66b118ba2046dc65dbfa0b4942de6138bb45ba1
+pkgver=5.8.0.16
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -15,14 +14,14 @@
 conflicts=('deepin-artwork-themes')
 replaces=('deepin-artwork-themes')
 groups=('deepin')
-source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$_commit.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz"
         https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('c17d70e896fa7e3e3c624df4c26af587766efb21b2a2b76bf0f7cf8a721322e48bfe55f593d01fc1fe564493f5b7dd08946cc2b5c59619d6d94752df03cddeae'
+sha512sums=('dcd518ec92961d01d60727ff67d8498bc8a6b707a1a04255a8f89c8d2c8fc5d9f2678746c663379a5646d007291dbfbb67bb784badc82e9bba9682e7b01058cd'
             'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
-  cd deepin-desktop-schemas-$_commit
+  cd deepin-desktop-schemas-$pkgver
   # disable swap-sched
   patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
   # fix default background url
@@ -36,16 +35,16 @@
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
 
-  cd deepin-desktop-schemas-$_commit
+  cd deepin-desktop-schemas-$pkgver
   make ARCH=x86
 }
 
 check() {
-  cd deepin-desktop-schemas-$_commit
+  cd deepin-desktop-schemas-$pkgver
   make test
 }
 
 package() {
-  cd deepin-desktop-schemas-$_commit
+  cd deepin-desktop-schemas-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list