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

Felix Yan felixonmars at archlinux.org
Wed May 16 16:26:14 UTC 2018


    Date: Wednesday, May 16, 2018 @ 16:26:13
  Author: felixonmars
Revision: 322935

upgpkg: deepin-terminal 3.0.0-2

fix broken resources

Modified:
  deepin-terminal/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-16 16:26:08 UTC (rev 322934)
+++ PKGBUILD	2018-05-16 16:26:13 UTC (rev 322935)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-terminal
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-terminal"
@@ -35,6 +35,7 @@
   cmake \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
+    -DTEST_BUILD=OFF \
     ../deepin-terminal-$pkgver
   make
 }



More information about the arch-commits mailing list