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

Felix Yan felixonmars at archlinux.org
Thu Oct 25 13:34:30 UTC 2018


    Date: Thursday, October 25, 2018 @ 13:34:29
  Author: felixonmars
Revision: 398944

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-25 13:34:07 UTC (rev 398943)
+++ PKGBUILD	2018-10-25 13:34:29 UTC (rev 398944)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-voice-recorder
-pkgver=1.3.7
-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=('2c9ad2bbe4719ed6ba71bf6e945896e1911c55b800e67976f37a4af573dcd4b7b71b3ab656be766994a2a0e96877f5c0dc7ad7d5aa4bd1084d6667b076f32c05')
-
-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 398943, deepin-voice-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-25 13:34:29 UTC (rev 398944)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-voice-recorder
+pkgver=1.3.8
+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=('e63e858b27761752bf173bb1e7db6b97b32e271e54dea75947df3d0b7d79ccd5b8fd850b4ee0cecb7c3dd1f1f766735c194f011ca2131377463059c4b7100d7a')
+
+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