Date: Monday, April 9, 2018 @ 14:00:52
  Author: felixonmars
Revision: 315437

upgpkg: deepin-desktop-schemas 3.2.9.20180409-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-09 13:36:16 UTC (rev 315436)
+++ PKGBUILD    2018-04-09 14:00:52 UTC (rev 315437)
@@ -4,7 +4,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-desktop-schemas
-pkgver=3.2.9
+pkgver=3.2.9.20180409
+_commit=b318a6fe0715e22236daa9c5b939128be6f84a90
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -15,26 +16,26 @@
 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";)
-sha512sums=('c23de93888b83de4a63bea53a7276778930f7dbcb1435c97c5813738c3717f6171df04880c911700c8da56d9c907a2264a902bed623eda5e0d5b21269e152d9a')
+source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$_commit.tar.gz";)
+sha512sums=('370e83892c187825ecaec9198ccba7f886004ecce1c095134f18639116cb1acff4a005e1a45c3b79292c5cd626fb3cec38c81c3421bd6a42178ff2b92a0e50e3')
 
 prepare() {
-  cd deepin-desktop-schemas-$pkgver
+  cd deepin-desktop-schemas-$_commit
   # fix default background url
   sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
 }
 
 build() {
-  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
 }

Reply via email to