diff options
author | Bad3r | 2023-10-04 22:52:04 -0400 |
---|---|---|
committer | Bad3r | 2023-10-04 22:52:04 -0400 |
commit | 0e2d780cefd783dd1c6e1a1999b0e5b5dc4d7a29 (patch) | |
tree | ae8c5db30606039c6f8a4b3d118f6e32687d7a04 | |
parent | cdfa1811d1c979191b6ec7a4e76043812e2a8625 (diff) | |
download | aur-logseq-desktop-git.tar.gz |
chore: add comments to make build proces easier
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ pkgdesc="A privacy-first, open-source platform for knowledge sharing and managem arch=("x86_64") url="https://logseq.com" repo="https://github.com/logseq/logseq.git" -branch=master -dev=n +branch=master # feat/db +dev=n # y license=("AGPL3") depends=() makedepends=("git" "yarn" "npm" "clojure" "nodejs>=16") |