summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitwave2023-08-18 18:20:48 +0200
committerbitwave2023-08-18 18:20:48 +0200
commit5e8e43f501c9b27d07c44d4011ee57c48cf927cd (patch)
treebb0a3bc403c4619085271e2c0d1278929a2473b9
parentc93315b37e1be1dc1f52eb0a944e6905593c2d3a (diff)
downloadaur-notepadnext-git.tar.gz
upgpkg: notepadnext-git 0.6.3.r19.g4e774b7-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9536c3179cd..7e555761a0e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notepadnext-git
pkgdesc = A cross-platform, reimplementation of Notepad++
- pkgver = 0.5.r7.gbfce019
- pkgrel = 1
+ pkgver = 0.6.3.r19.g4e774b7
+ pkgrel = 2
url = https://github.com/dail8859/NotepadNext
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 375057d49d55..2b74d7bd3907 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: bitwave <aur [aT] oomlu {d.0t} de>
# Contributor: yochananmarqos
pkgname=notepadnext-git
-pkgver=0.5.r7.gbfce019
-pkgrel=1
+pkgver=0.6.3.r19.g4e774b7
+pkgrel=2
pkgdesc="A cross-platform, reimplementation of Notepad++"
arch=('x86_64')
url="https://github.com/dail8859/NotepadNext"
@@ -37,7 +37,7 @@ prepare() {
git config submodule.src/editorconfig-core-qt.url "$srcdir/editorconfig-core-qt"
git config submodule.src/singleapplication.url "$srcdir/SingleApplication"
git config submodule.src/uchardet.url "$srcdir/uchardet"
- git submodule update
+ git -c protocol.file.allow=always submodule update
mkdir -p build
}