[arch-commits] Commit in deepin-voice-recorder/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 16 07:59:30 UTC 2019
Date: Tuesday, July 16, 2019 @ 07:59:30
Author: felixonmars
Revision: 489980
archrelease: copy trunk to community-x86_64
Added:
deepin-voice-recorder/repos/community-x86_64/PKGBUILD
(from rev 489979, 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-16 07:59:20 UTC (rev 489979)
+++ PKGBUILD 2019-07-16 07:59:30 UTC (rev 489980)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-voice-recorder
-pkgver=1.4.1
-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=('bfd64816f5a2fcf30d480dc3003c5b0f5bc83af6140b80bb33279475837beeae19b7f874e2b996634756aca9c79cd61ecebe81c8a8f38b5d7103f504bd9ae9ed')
-
-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 489979, deepin-voice-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-07-16 07:59:30 UTC (rev 489980)
@@ -0,0 +1,25 @@
+# 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
+}
More information about the arch-commits
mailing list