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

Felix Yan felixonmars at archlinux.org
Wed Apr 11 11:37:43 UTC 2018


    Date: Wednesday, April 11, 2018 @ 11:37:42
  Author: felixonmars
Revision: 315727

upgpkg: deepin-desktop-schemas 3.2.10-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-11 11:23:01 UTC (rev 315726)
+++ PKGBUILD	2018-04-11 11:37:42 UTC (rev 315727)
@@ -4,8 +4,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-desktop-schemas
-pkgver=3.2.9.20180409
-_commit=b318a6fe0715e22236daa9c5b939128be6f84a90
+pkgver=3.2.10
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -16,26 +15,26 @@
 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")
-sha512sums=('370e83892c187825ecaec9198ccba7f886004ecce1c095134f18639116cb1acff4a005e1a45c3b79292c5cd626fb3cec38c81c3421bd6a42178ff2b92a0e50e3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz")
+sha512sums=('8b2d36a98c2bf9505cd63db322f0f7489f3cdd4a78098552f2ad634c2fdf3024dd000adc2dca10776b74b21ac75f9173c8fd1ef14a255fe8ddd8cfc29bd62db0')
 
 prepare() {
-  cd deepin-desktop-schemas-$_commit
+  cd deepin-desktop-schemas-$pkgver
   # 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-$_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