summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-12-25 20:56:22 +0100
committerhaawda2020-12-25 20:56:22 +0100
commit8d5278770f505b43109970fef62040f9057990d5 (patch)
tree9f6caeeb53e732a010c3e13b3c1d05f6c3d03d5f /PKGBUILD
parent7ac0df179f5f35c1aa1c8075a13dfea29606d541 (diff)
downloadaur-8d5278770f505b43109970fef62040f9057990d5.tar.gz
upstream's repos changed
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
}