summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 186b4ef7a878..2f921fb776dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = notekit-appimage
pkgdesc = A GTK3 hierarchical markdown notetaking application with tablet support.
pkgver = 0.2.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/blackhole89/notekit
arch = x86_64
- license = GPL-3.0-only
- makedepends = squashfuse
+ license = GPL-3.0-or-later
+ makedepends = fuse2
provides = notekit=0.2.0
conflicts = notekit
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 5754e01d47de..7da7e96b400e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=notekit-appimage
_appname="com.github.blackhole89.${pkgname%-appimage}"
pkgver=0.2.0
-pkgrel=5
+pkgrel=6
pkgdesc="A GTK3 hierarchical markdown notetaking application with tablet support."
arch=('x86_64')
url="https://github.com/blackhole89/notekit"
-license=('GPL-3.0-only')
+license=('GPL-3.0-or-later')
provides=("${pkgname%-appimage}=${pkgver}")
conflicts=("${pkgname%-appimage}")
depends=()
makedepends=(
- 'squashfuse'
+ 'fuse2'
)
options=('!strip')
_install_path="/opt/appimages"