[arch-commits] Commit in deepin-editor/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri May 22 07:18:55 UTC 2020
Date: Friday, May 22, 2020 @ 07:18:55
Author: felixonmars
Revision: 631533
archrelease: copy trunk to community-x86_64
Added:
deepin-editor/repos/community-x86_64/PKGBUILD
(from rev 631532, deepin-editor/trunk/PKGBUILD)
Deleted:
deepin-editor/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-22 07:18:37 UTC (rev 631532)
+++ PKGBUILD 2020-05-22 07:18:55 UTC (rev 631533)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-editor
-pkgver=5.6.8
-pkgrel=1
-pkgdesc='Simple editor for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-editor"
-license=('GPL3')
-depends=('deepin-qt5integration' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz")
-sha512sums=('faec4bbe057012c103a4ef653d224d4aa361be13d4738f978cb404d532c1f1164e9ab0de3d231fe7e43d1e1bd73ee5640d4bebb1739fb49919321ca9e9a0eaa8')
-
-build(){
- cd deepin-editor-$pkgver
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
- make
-}
-
-package() {
- cd deepin-editor-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: deepin-editor/repos/community-x86_64/PKGBUILD (from rev 631532, deepin-editor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-22 07:18:55 UTC (rev 631533)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-editor
+pkgver=5.6.9
+pkgrel=1
+pkgdesc='Simple editor for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-editor"
+license=('GPL3')
+depends=('deepin-qt5integration' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz")
+sha512sums=('7a95ac8d84af78152c204b874e6f78a6999c61996ac22a5f7799fd32e2ec1c93a947ac881726b1783d6addc4a280d0287e10750250081f9b0fbe925641517374')
+
+build(){
+ cd deepin-editor-$pkgver
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+ make
+}
+
+package() {
+ cd deepin-editor-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list