Date: Saturday, October 22, 2022 @ 10:49:57
  Author: felixonmars
Revision: 1333513

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-editor/repos/community-testing-x86_64/PKGBUILD
    (from rev 1333512, deepin-editor/trunk/PKGBUILD)
Deleted:
  deepin-editor/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-22 10:49:48 UTC (rev 1333512)
+++ PKGBUILD    2022-10-22 10:49:57 UTC (rev 1333513)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=deepin-editor
-pkgver=5.10.36
-pkgrel=2
-pkgdesc='Simple editor for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-editor";
-license=('GPL3')
-depends=('deepin-qt5integration' 'kcodecs' 'polkit-qt5' 'syntax-highlighting' 
'libchardet' 'uchardet')
-makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz";)
-sha512sums=('432f63755bde2b4deb476186778edd6b1407bbb20ae2940d5e14cb7f74ddc07f0edd9762bc944884dca127cbccd9ef933010265d90d0d5a8314df38e10b1e4b3')
-
-build() {
-  cd deepin-editor-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  ninja
-}
-
-check() {
-  cd deepin-editor-$pkgver
-  ninja test || echo "Tests failed"
-}
-
-package() {
-  cd deepin-editor-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-editor/repos/community-testing-x86_64/PKGBUILD (from rev 
1333512, deepin-editor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-22 10:49:57 UTC (rev 1333513)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=deepin-editor
+pkgver=5.10.37
+pkgrel=1
+pkgdesc='Simple editor for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-editor";
+license=('GPL3')
+depends=('deepin-qt5integration' 'kcodecs' 'polkit-qt5' 'syntax-highlighting' 
'libchardet' 'uchardet')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz";)
+sha512sums=('dda6d05baf06bc8aac27c8cc5032d77f03bef5940c27239df4e7d2f375a8126780aefdae939e4fd55404df1388ca670192bc8c5b42abcf733414739f58d8e4aa')
+
+build() {
+  cd deepin-editor-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  ninja
+}
+
+check() {
+  cd deepin-editor-$pkgver
+  ninja test || echo "Tests failed"
+}
+
+package() {
+  cd deepin-editor-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}

Reply via email to