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

Felix Yan felixonmars at archlinux.org
Wed Jun 17 13:26:35 UTC 2020


    Date: Wednesday, June 17, 2020 @ 13:26:34
  Author: felixonmars
Revision: 646344

upgpkg: deepin-terminal 5.2.4-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-17 13:24:04 UTC (rev 646343)
+++ PKGBUILD	2020-06-17 13:26:34 UTC (rev 646344)
@@ -3,23 +3,22 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-terminal
-pkgver=5.2.2.20200601
-_commit=4f83513d1bff94604d7e3c022c36ea34f9779e9d
+pkgver=5.2.4
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal-reborn"
+url="https://github.com/linuxdeepin/deepin-terminal"
 license=('GPL3')
 depends=('deepin-qt5integration')
 makedepends=('chrpath' 'cmake' 'expac' 'lxqt-build-tools' 'qt5-tools')
 optdepends=('zssh: for remote management support')
 groups=('deepin-extra')
-source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/deepin-terminal-reborn/archive/$_commit.tar.gz")
-sha512sums=('1b31ccda8f430ec480c2dae92b031fd76c715e862d89ecbc06485b90117ccc73825450a52816556852005de764664cbc9a8df09e02554cbf70c1325e26f4cd0c')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz")
+sha512sums=('9c2f81e601d07894b8a8f52812ac39d636ca994c95188264f935c6ff873308b97eb9dd93af860f16efed72815896ac19e64727ea4ebd58da785bbfe1a3e30ece')
 
 prepare() {
   mkdir -p build
-  cd deepin-terminal-reborn-$_commit
+  cd deepin-terminal-$pkgver
   # Devendor qtermwidget - disabled due to the vendored copy has changes
   #rm -r terminalwidget
   #sed -i '/terminalwidget/d;/build_qtermwidget/d' deepin-terminal.pro
@@ -36,7 +35,7 @@
 
 build(){
   cd build
-  cmake -DDTKCORE_TOOL_DIR=/usr/lib/libdtk-$(expac %v dtkcore | cut -d - -f 1 | cut -d : -f 2)/DCore/bin ../deepin-terminal-reborn-$_commit
+  cmake -DDTKCORE_TOOL_DIR=/usr/lib/libdtk-$(expac %v dtkcore | cut -d - -f 1 | cut -d : -f 2)/DCore/bin ../deepin-terminal-$pkgver
   make
 }
 



More information about the arch-commits mailing list