[arch-commits] Commit in deepin-editor/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jul 3 09:43:56 UTC 2020


    Date: Friday, July 3, 2020 @ 09:43:55
  Author: felixonmars
Revision: 657595

archrelease: copy trunk to community-x86_64

Added:
  deepin-editor/repos/community-x86_64/PKGBUILD
    (from rev 657594, 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-07-03 09:43:36 UTC (rev 657594)
+++ PKGBUILD	2020-07-03 09:43:55 UTC (rev 657595)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-editor
-pkgver=5.6.19
-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=('74149e2f75b80072444daed02cfbb7e2b69a83b6b81b4d51b93c3fcf3f43fd07d8fe73a2ac2ab168d05fa1ed67a6b8781320eb0fb0310132ea6598e3aa8d54c2')
-
-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 657594, deepin-editor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-03 09:43:55 UTC (rev 657595)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-editor
+pkgver=5.6.20
+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=('ad7de0ca6651edb83d2309f865013e9489111636224915891cc7d1923174b71ae1812e235130b8690ea9cf57be791c29ed3353ec1689ff54f25c1a86b3b31921')
+
+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