summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f72b12e63dd..3a169826fee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gitname=CuteMarkEd-NG
pkgname=cutemarked-git
pkgver=20200625.r910
-pkgrel=3
+pkgrel=4
pkgdesc="Qt Markdown Editor"
url="https://github.com/Waqar144/${_gitname}"
arch=('i686' 'x86_64')
@@ -16,9 +16,8 @@ conflicts=('cutemarked')
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')
+md5sums=('SKIP' 'SKIP' 'SKIP')
pkgver() {
cd $_gitname
@@ -30,7 +29,6 @@ prepare() {
git submodule init
git config submodule.3rdparty/hunspell/hunspell.url "$srcdir"/hunspell
git config submodule.3rdparty/md4c.url "${srcdir}/md4c"
- git config submodule.3rdparty/qmarkdowntextedit.url "${srcdir}/qmarkdowntextedit"
git submodule update
}