summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-16 11:47:09 +0800
committerzxp198210052023-08-16 11:47:09 +0800
commit94b6534eb7d53d23ec05a707fde183da487d2a27 (patch)
treea1051042420c4e8363c3aa50aff1278ca9b5baa9
parentd53897ee125ae198b043cc3a44dc128db06374cb (diff)
downloadaur-94b6534eb7d53d23ec05a707fde183da487d2a27.tar.gz
fix errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ff8bc80d6a8..4cea386dfdf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = notekit-appimage
pkgdesc = A GTK3 hierarchical markdown notetaking application with tablet support.
pkgver = 0.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/blackhole89/notekit
arch = x86_64
license = GPL3
depends = glibc
- provides = notekit-0.2.0
+ provides = notekit=0.2.0
conflicts = notekit
options = !strip
source = notekit-0.2.0.AppImage::https://github.com/blackhole89/notekit/releases/download/v0.2.0/notekit-0.2.0+git1.73c1a86-Build6.1.glibc2.14-x86_64.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index 083c6d5a3625..5e209a5ef402 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=notekit-appimage
-_appname=com.github.blackhole89.notekit
+_appname="com.github.blackhole89.${pkgname%-appimage}"
pkgver=0.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="A GTK3 hierarchical markdown notetaking application with tablet support."
arch=('x86_64')
url="https://github.com/blackhole89/notekit"
license=('GPL3')
-depends=('glibc')
-provides=("${pkgname%-appimage}-${pkgver}")
+provides=("${pkgname%-appimage}=${pkgver}")
conflicts=("${pkgname%-appimage}")
+depends=('glibc')
options=(!strip)
_install_path="/opt/appimages"
-source=("${pkgname%-appimage}-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/${pkgname%-appimage}-${pkgver}+git1.73c1a86-Build6.1.glibc2.14-x86_64.AppImage")
+source=("${pkgname%-appimage}-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/${pkgname%-appimage}-${pkgver}+git1.73c1a86-Build6.1.glibc2.14-${CARCH}.AppImage")
sha256sums=('bf17231318c8017a90d1df84ccc9675235fddc2cc0616b4a7151766f5b0c7ae3')
prepare() {
chmod a+x "${srcdir}/${pkgname%-appimage}-${pkgver}.AppImage"