[arch-commits] Commit in deepin-screen-recorder/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Thu May 9 10:01:13 UTC 2019
Date: Thursday, May 9, 2019 @ 10:01:12
Author: felixonmars
Revision: 464375
archrelease: copy trunk to community-x86_64
Added:
deepin-screen-recorder/repos/community-x86_64/PKGBUILD
(from rev 464374, deepin-screen-recorder/trunk/PKGBUILD)
Deleted:
deepin-screen-recorder/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-09 10:01:01 UTC (rev 464374)
+++ PKGBUILD 2019-05-09 10:01:12 UTC (rev 464375)
@@ -1,27 +0,0 @@
-# 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.10
-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=('a3de5075001d21e980a3419eb9c2be3e69bb2618726e0e8420140627d8235b005d384fd03c5921a4cfdfa1b7176dca7747ac2a31926875bc3bbc0ef0e366948d')
-
-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 464374, deepin-screen-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-09 10:01:12 UTC (rev 464375)
@@ -0,0 +1,27 @@
+# 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.11
+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=('cb538ea8566cd2ddc1541c0c9bfad02392acc521ccc276d8f87057f3c4558e6e63711e50108ccffc99381deb8c131d969988cbd6dad2f21500d029d623028087')
+
+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