summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-05-18 14:19:39 +0200
committerFrederic Bezies2021-05-18 14:19:39 +0200
commit7ee90e04f7bebc1f41bc81149d8e414ec40a4efc (patch)
tree5c3ca7d6783b465d31e00d23a7e13c38a8a85f8a
parentd375b4ee75707d6ecd34da8521ebdc1a223f53a2 (diff)
downloadaur-7ee90e04f7bebc1f41bc81149d8e414ec40a4efc.tar.gz
Mayt 18th, 2021 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 667814727c60..e0618f7075c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cutemarked
pkgdesc = Qt Markdown Editor
- pkgver = 20200625.r910
+ pkgver = 20210516.r928
pkgrel = 1
url = https://github.com/Waqar144/CuteMarkEd-NG
arch = i686
@@ -9,14 +9,14 @@ pkgbase = cutemarked
makedepends = git
makedepends = qt5-tools
depends = qt5-webengine
- source = git+https://github.com/Waqar144/CuteMarkEd-NG.git#commit=28c6ea8
+ source = git+https://github.com/Waqar144/CuteMarkEd-NG.git
source = git+https://github.com/hunspell/hunspell.git
source = git+https://github.com/mity/md4c
source = https://github.com/pbek/qmarkdowntextedit
- md5sums = SKIP
- md5sums = SKIP
- md5sums = SKIP
- md5sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
pkgname = cutemarked
diff --git a/PKGBUILD b/PKGBUILD
index 7b5bed48ec1d..53a4159607b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: Aetf <aetf at unlimitedcodeworks dot xyz>
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Contribuytor: Stefan Husmann <stefan-husmann@t-online.de>
_gitname=CuteMarkEd-NG
pkgname=cutemarked
-pkgver=20200625.r910
+pkgver=20210516.r928
pkgrel=1
pkgdesc="Qt Markdown Editor"
url="https://github.com/Waqar144/${_gitname}"
@@ -11,12 +12,12 @@ arch=('i686' 'x86_64')
license=('GPL2')
depends=('qt5-webengine')
makedepends=('git' 'qt5-tools')
-source=("git+$url.git#commit=28c6ea8"
+source=("git+$url.git"
"git+https://github.com/hunspell/hunspell.git"
"git+https://github.com/mity/md4c"
"https://github.com/pbek/qmarkdowntextedit"
)
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
+sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
pkgver() {
cd $_gitname