Minor changes:
The built package contains binaries in a platform-dependent format (ELF), therefore arch is not any. The makedepends have to include git for obvious reasons.
fixed
Git Clone URL: | https://aur.archlinux.org/notekit-git.git (read-only, click to copy) |
---|---|
Package Base: | notekit-git |
Description: | A GTK3 hierarchical markdown notetaking application with tablet support. |
Upstream URL: | https://github.com/blackhole89/notekit |
Licenses: | GPL-3.0 |
Conflicts: | notekit, notekit-git |
Provides: | notekit |
Submitter: | atemu |
Maintainer: | malacology |
Last Packager: | malacology |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2019-09-18 22:10 (UTC) |
Last Updated: | 2022-06-16 12:05 (UTC) |
« First ‹ Previous 1 2
Minor changes:
The built package contains binaries in a platform-dependent format (ELF), therefore arch is not any. The makedepends have to include git for obvious reasons.
fixed
Minor changes:
arch
is not any
.makedepends
have to include git
for obvious reasons.--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,11 +21,11 @@ pkgname="${_basename}-clatexmath-git"
pkgver=r141.7709276
pkgrel=1
pkgdesc="A GTK3 hierarchical markdown notetaking application with tablet support."
-arch=("any")
+arch=("x86_64")
url="https://github.com/blackhole89/notekit"
license=("GPL-3.0")
depends=("clatexmath" "gtkmm3>=3.2" "gtksourceviewmm>=3.18" "jsoncpp" "zlib")
-makedepends=("meson")
+makedepends=("git" "meson")
provides=("${_basename}")
conflicts=("${_basename}" "${_basename}-git")
source=("${_basename}::git+https://github.com/blackhole89/notekit.git")
Pinned Comments
malacology commented on 2021-12-16 20:17 (UTC)
pkgbuild is public domain should not with license