summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2020-07-07 01:23:40 +0200
committerPeter Mattern2020-07-07 01:23:40 +0200
commit1a7c2acc8f59bd82448735c14d9d0b61178e8194 (patch)
tree752ab1b981c8e87579b8f5cfbdac09f46a22e127
parentef65fd225e621449bdb8f1bcbf430cda9303609a (diff)
downloadaur-1a7c2acc8f59bd82448735c14d9d0b61178e8194.tar.gz
Update dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66fbd039c4fb..cb0babee93d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = feathernotes
pkgdesc = Lightweight Qt hierarchical notes-manager for Linux.
pkgver = 0.4.6
- pkgrel = 1
- url = https://github.com/tsujan/FeatherNotes
+ pkgrel = 2
+ url = https://github.com/tsujan/feathernotes
arch = i686
arch = x86_64
license = GPL3
+ makedepends = qt5-tools
depends = qt5-x11extras
depends = qt5-svg
- depends = shared-mime-info
+ depends = hicolor-icon-theme
depends = desktop-file-utils
optdepends = qt5-translations: localized keyboard shortcuts
- source = feathernotes-0.4.6.tar.gz::https://github.com/tsujan/FeatherNotes/archive/V0.4.6.tar.gz
+ source = feathernotes-0.4.6.tar.gz::https://github.com/tsujan/feathernotes/archive/V0.4.6.tar.gz
sha256sums = e2711cbc420532fc27fa596fe4aa51067ff312ec5c47639a113088167308e394
pkgname = feathernotes
diff --git a/PKGBUILD b/PKGBUILD
index 2bfb2230dae8..87d5249a7542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=feathernotes
pkgver=0.4.6
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight Qt hierarchical notes-manager for Linux.'
arch=('i686' 'x86_64')
-url='https://github.com/tsujan/FeatherNotes'
+url='https://github.com/tsujan/feathernotes'
license=('GPL3')
-depends=('qt5-x11extras' 'qt5-svg' 'shared-mime-info' 'desktop-file-utils')
+depends=('qt5-x11extras' 'qt5-svg' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('qt5-tools')
optdepends=('qt5-translations: localized keyboard shortcuts')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tsujan/FeatherNotes/archive/V${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/V${pkgver}.tar.gz")
sha256sums=('e2711cbc420532fc27fa596fe4aa51067ff312ec5c47639a113088167308e394')
build() {