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

Felix Yan felixonmars at archlinux.org
Fri Dec 1 13:54:31 UTC 2017


    Date: Friday, December 1, 2017 @ 13:54:30
  Author: felixonmars
Revision: 271007

upgpkg: deepin-voice-recorder 1.3.6-2

depend on qt5integration instead of dtkwidget

Modified:
  deepin-voice-recorder/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-01 13:54:20 UTC (rev 271006)
+++ PKGBUILD	2017-12-01 13:54:30 UTC (rev 271007)
@@ -3,12 +3,12 @@
 
 pkgname=deepin-voice-recorder
 pkgver=1.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin Voice Recorder'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-voice-recorder"
 license=('GPL3')
-depends=('dtkwidget' 'ffmpeg')
+depends=('deepin-qt5integration' 'ffmpeg')
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz")



More information about the arch-commits mailing list