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

Felix Yan felixonmars at archlinux.org
Sat Oct 6 22:42:12 UTC 2018


    Date: Saturday, October 6, 2018 @ 22:42:11
  Author: felixonmars
Revision: 390915

upgpkg: deepin-terminal 3.0.7-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-06 22:30:56 UTC (rev 390914)
+++ PKGBUILD	2018-10-06 22:42:11 UTC (rev 390915)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-terminal
-pkgver=3.0.6
+pkgver=3.0.7
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('x86_64')
@@ -14,19 +14,14 @@
 optdepends=('deepin-manual: view the help manual'
             'zssh: for Remote Management support')
 groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz"
-        remove-vendor.patch)
-sha512sums=('f86fc4cff7820e7257a47a724e3a47133e1583a8f54d742b6abf29399210c6c5679b75d95a5f9f94ee46b95cd5972e4473efeb0eaabb0cd0d30a7735a0b90852'
-            '1eb83fd8a8844ad7ee914afab506d0cbbc900a8239f008be8113ff8eee98006b35b6e447f40b6cce7f15864a33d3d1b385476ac7946be98012bfdc78c956a373')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz")
+sha512sums=('55db59ddaace44ad5110f1e854305377de3abc695d64b01d2edd4bfae4d2e673cb58f1ca12f1c729207320df03e3765e3bdef5933340d077c966e72253dbeb36')
 
 prepare() {
   mkdir -p build
 
   cd deepin-terminal-$pkgver
-
   sed -i 's|/usr/lib/deepin-terminal/zssh|/usr/bin/zssh|' ssh_login.sh
-
-  patch -p1 -i ../remove-vendor.patch
 }
 
 build() {



More information about the arch-commits mailing list