Package Details: notekit-git r207.18b708d-1

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.000001
First Submitted: 2019-09-18 22:10 (UTC)
Last Updated: 2022-06-16 12:05 (UTC)

Pinned Comments

malacology commented on 2021-12-16 20:17 (UTC)

pkgbuild is public domain should not with license

Latest Comments

« First ‹ Previous 1 2

sp1rit commented on 2021-05-09 18:24 (UTC) (edited on 2021-05-09 18:25 (UTC) by sp1rit)

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

ccorn commented on 2021-04-26 12:55 (UTC)

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.
--- 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")