[arch-commits] Commit in deepin-screen-recorder/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Tue May 22 11:06:26 UTC 2018
Date: Tuesday, May 22, 2018 @ 11:06:26
Author: felixonmars
Revision: 326903
archrelease: copy trunk to community-x86_64
Added:
deepin-screen-recorder/repos/community-x86_64/PKGBUILD
(from rev 326902, deepin-screen-recorder/trunk/PKGBUILD)
Deleted:
deepin-screen-recorder/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-22 11:05:55 UTC (rev 326902)
+++ PKGBUILD 2018-05-22 11:06:26 UTC (rev 326903)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-screen-recorder
-pkgver=2.7.3
-pkgrel=1
-pkgdesc='Deepin Screen Recorder'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-screen-recorder"
-license=('GPL3')
-depends=('deepin-qt5integration' 'dtkwm' 'byzanz' 'ffmpeg')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz")
-sha512sums=('8efece3c5565049e7364e0e8e095233334316191ca34eec0e365def750e7d2ff6bcbbf7c58a4d766efd60923a01aa4a117e145945b012b4cbf4e7117df714ce4')
-
-build(){
- cd deepin-screen-recorder-$pkgver
- qmake-qt5 PREFIX=/usr
- make
-}
-
-package() {
- cd deepin-screen-recorder-$pkgver
- make INSTALL_ROOT="$pkgdir" install
-}
Copied: deepin-screen-recorder/repos/community-x86_64/PKGBUILD (from rev 326902, deepin-screen-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-22 11:06:26 UTC (rev 326903)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-screen-recorder
+pkgver=2.7.4
+pkgrel=1
+pkgdesc='Deepin Screen Recorder'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-screen-recorder"
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm' 'byzanz' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/deepin-screen-recorder/archive/$pkgver.tar.gz")
+sha512sums=('3078972fff10716cd8911c65abc6a224252f874bf62f51c15e8a9410c12476ac32142f7c9a4af8c0ceadb491be8ccb32d6a2cc8253a6a87f89f9a81edba7c10f')
+
+build(){
+ cd deepin-screen-recorder-$pkgver
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd deepin-screen-recorder-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}
More information about the arch-commits
mailing list