summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-03-25 15:47:17 +0800
committerzxp198210052024-03-25 15:47:17 +0800
commitabe2faf510cca6a78d966642dd0b74ab577b039e (patch)
tree40df24d0d5a1a0b5c5a4db16be7a769e28ad3434
parent2517a46c8e4efd40cef5a66dbf1ec593f522e290 (diff)
downloadaur-abe2faf510cca6a78d966642dd0b74ab577b039e.tar.gz
fix errors
-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"