[arch-commits] Commit in deepin-editor/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Oct 1 23:22:29 UTC 2021
Date: Friday, October 1, 2021 @ 23:22:28
Author: felixonmars
Revision: 1026669
upgpkg: deepin-editor 5.9.14-1
Modified:
deepin-editor/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-01 23:08:52 UTC (rev 1026668)
+++ PKGBUILD 2021-10-01 23:22:28 UTC (rev 1026669)
@@ -1,17 +1,17 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=deepin-editor
-pkgver=5.9.0.52
+pkgver=5.9.14
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')
+depends=('deepin-qt5integration' 'enca' 'kcodecs' 'polkit-qt5' 'syntax-highlighting' '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=('072536428fa43854b2d1fc7e8156cd0e1802d0a8f50ab8d8dce42f4bdf2ba49dd34bb23b08f1a2bb46f1cacf085d3e84ff899b53a8f47ca463abc972c8800086')
+sha512sums=('6209f591e5fdf5c5b280d20818fbb5eff32bbafb7e5ca8861d481286309bb62b50ddf7fbca202e50fd5f029de626cd45c8502f31fbe6fab5489fa656a2cd9ab7')
build(){
cd deepin-editor-$pkgver
More information about the arch-commits
mailing list