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

Felix Yan felixonmars at archlinux.org
Tue Jul 30 01:50:21 UTC 2019


    Date: Tuesday, July 30, 2019 @ 01:50:21
  Author: felixonmars
Revision: 494780

archrelease: copy trunk to community-x86_64

Added:
  deepin-voice-recorder/repos/community-x86_64/PKGBUILD
    (from rev 494779, 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-07-30 01:50:12 UTC (rev 494779)
+++ PKGBUILD	2019-07-30 01:50:21 UTC (rev 494780)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-voice-recorder
-pkgver=1.4.2
-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=('4f4857eb22c9c9e0f324df190f2eaeee40318ba522753e2bf378c6ab5b629628e95edea8242d67595bd3ca992575cd06b2fed10e9f08b4c42857c95dce1d9e37')
-
-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 494779, deepin-voice-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-30 01:50:21 UTC (rev 494780)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-voice-recorder
+pkgver=5.0.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=('4058b5fd98841927c9cf3c25122bfdbe3d6edba0162622080f36832d2671bf0363e189984ed4740d1fbb92bc0b48335d6ffa9f97a283aedd22701edc8ff56515')
+
+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