[arch-commits] Commit in deepin-voice-recorder/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Thu May 9 10:02:57 UTC 2019


    Date: Thursday, May 9, 2019 @ 10:02:55
  Author: felixonmars
Revision: 464377

archrelease: copy trunk to community-x86_64

Added:
  deepin-voice-recorder/repos/community-x86_64/PKGBUILD
    (from rev 464376, deepin-voice-recorder/trunk/PKGBUILD)
Deleted:
  deepin-voice-recorder/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-09 10:02:42 UTC (rev 464376)
+++ PKGBUILD	2019-05-09 10:02:55 UTC (rev 464377)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-voice-recorder
-pkgver=1.3.10
-pkgrel=1
-pkgdesc='Deepin Voice Recorder'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-voice-recorder"
-license=('GPL3')
-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")
-sha512sums=('2986f3e374327be188ba8fc6fa4b24814f282ceac983aed44201f76ce5a7f82783c9f5e38cb8257882c9f2ce9298e8656a8c5c9d9be32e9ee584c59eff2107cf')
-
-build(){
-  cd deepin-voice-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-voice-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-voice-recorder/repos/community-x86_64/PKGBUILD (from rev 464376, deepin-voice-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-09 10:02:55 UTC (rev 464377)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-voice-recorder
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Deepin Voice Recorder'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-voice-recorder"
+license=('GPL3')
+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")
+sha512sums=('42b1a648a3926b28488beeab69a06e0c2a4d32a0531bb3ba1f834ba1e708b80d045a33f5c84998f9089309ff88da5042e7046ec71cebe218a06d0fc4bc2b79db')
+
+build(){
+  cd deepin-voice-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-voice-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list