summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzjeffer2023-07-27 23:26:54 +0200
committerzjeffer2023-07-27 23:26:54 +0200
commit55c1a98a82ac0bc513f8f965cfbe120e94bc2140 (patch)
tree76a95cb0014b188f091fc6dc4faf09d8f61887a5
parente39256e7735279a23f7d1a996a8ec9c3907dabcb (diff)
downloadaur-55c1a98a82ac0bc513f8f965cfbe120e94bc2140.tar.gz
fix dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9160d2c0233..e9c839c23d0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notes-git
pkgdesc = Note taking application, write down your thoughts
pkgver = 2.2.0.r0.g8f20a2b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nuttyartist/notes
arch = x86_64
license = MPL
@@ -10,6 +10,7 @@ pkgbase = notes-git
depends = hicolor-icon-theme
depends = qt6-base
depends = qt6-declarative
+ depends = qt6-quick3d
provides = notes
conflicts = notes
source = notes-git::git+https://github.com/nuttyartist/notes
diff --git a/PKGBUILD b/PKGBUILD
index e764e9a9a519..46f0f6ab4ecc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=notes
pkgname=notes-git
-pkgver=2.2.0.r0.g8f20a2b
+pkgver=2.2.0.r2.g67e724f
pkgrel=1
pkgdesc='Note taking application, write down your thoughts'
arch=('x86_64')
url='https://github.com/nuttyartist/notes'
license=('MPL')
makedepends=('cmake' 'git')
-depends=('hicolor-icon-theme' 'qt6-base' 'qt6-declarative')
+depends=('hicolor-icon-theme' 'qt6-base' 'qt6-declarative' 'qt6-quick3d')
provides=('notes')
conflicts=('notes')
source=("${pkgname}::git+https://github.com/nuttyartist/notes"