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

Felix Yan felixonmars at archlinux.org
Mon Jun 5 14:41:21 UTC 2017


    Date: Monday, June 5, 2017 @ 14:41:20
  Author: felixonmars
Revision: 234221

upgpkg: deepin-desktop-schemas 3.1.7-2

specify ARCH to build correct overrides

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-05 14:37:28 UTC (rev 234220)
+++ PKGBUILD	2017-06-05 14:41:20 UTC (rev 234221)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-desktop-schemas
 pkgver=3.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-desktop-schemas"
@@ -26,10 +26,10 @@
 
 build() {
   cd deepin-desktop-schemas-$pkgver
-  make
+  make ARCH=x86
 }
 
 package() {
   cd deepin-desktop-schemas-$pkgver
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list