summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be07533e6d25..395058a7da93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cutemarked-git
pkgdesc = Qt Markdown Editor
- pkgver = 20200625.r910
- pkgrel = 4
+ pkgver = 20210729.r935
+ pkgrel = 2
url = https://github.com/Waqar144/CuteMarkEd-NG
arch = i686
arch = x86_64
@@ -19,4 +19,3 @@ pkgbase = cutemarked-git
md5sums = SKIP
pkgname = cutemarked-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3a169826fee5..8f5e98df6763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_gitname=CuteMarkEd-NG
pkgname=cutemarked-git
-pkgver=20200625.r910
-pkgrel=4
+pkgver=20210729.r935
+pkgrel=2
pkgdesc="Qt Markdown Editor"
url="https://github.com/Waqar144/${_gitname}"
arch=('i686' 'x86_64')
@@ -27,9 +27,9 @@ pkgver() {
prepare() {
cd $_gitname
git submodule init
- git config submodule.3rdparty/hunspell/hunspell.url "$srcdir"/hunspell
- git config submodule.3rdparty/md4c.url "${srcdir}/md4c"
- git submodule update
+ git config --global submodule.3rdparty/hunspell/hunspell.url "$srcdir"/hunspell
+ git config --global submodule.3rdparty/md4c.url "${srcdir}/md4c"
+ git -c protocol.file.allow=always submodule update
}
build() {