summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitwave2022-04-20 20:12:38 +0200
committerbitwave2022-04-20 20:12:38 +0200
commitc93315b37e1be1dc1f52eb0a944e6905593c2d3a (patch)
tree4164799833b22773451f5ef1f8a50529d69e057d
parent851a0ddaf8f53b330887fc609714ff1ae0a0e60b (diff)
downloadaur-c93315b37e1be1dc1f52eb0a944e6905593c2d3a.tar.gz
upgpkg: notepadnext-git 0.5.r7.gbfce019-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b006843442fa..f9536c3179cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = notepadnext-git
pkgdesc = A cross-platform, reimplementation of Notepad++
- pkgver = 0.4.9.r8.ga879901
+ pkgver = 0.5.r7.gbfce019
pkgrel = 1
url = https://github.com/dail8859/NotepadNext
arch = x86_64
license = GPL3
makedepends = git
+ makedepends = qt6-tools
depends = qt6-5compat
depends = hicolor-icon-theme
provides = notepadnext
diff --git a/PKGBUILD b/PKGBUILD
index 8ed790f79ada..375057d49d55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: bitwave <aur [aT] oomlu {d.0t} de>
# Contributor: yochananmarqos
pkgname=notepadnext-git
-pkgver=0.4.9.r8.ga879901
+pkgver=0.5.r7.gbfce019
pkgrel=1
pkgdesc="A cross-platform, reimplementation of Notepad++"
arch=('x86_64')
url="https://github.com/dail8859/NotepadNext"
license=('GPL3')
depends=('qt6-5compat' 'hicolor-icon-theme')
-makedepends=('git')
+makedepends=('git' 'qt6-tools')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/dail8859/NotepadNext.git'
@@ -57,4 +57,4 @@ package() {
pushd build
make INSTALL_ROOT="$pkgdir" install
popd
-} \ No newline at end of file
+}