Search Criteria
Package Details: bashblog-git 3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/bashblog-git.git (read-only, click to copy) |
---|---|
Package Base: | bashblog-git |
Description: | A single Bash script to create blogs. |
Upstream URL: | https://github.com/cfenollosa/bashblog |
Licenses: | GPL3 |
Conflicts: | bb |
Provides: | bb |
Submitter: | stormdragon2976 |
Maintainer: | stormdragon2976 |
Last Packager: | stormdragon2976 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-05-19 21:10 (UTC) |
Last Updated: | 2024-03-20 18:38 (UTC) |
Dependencies (3)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- discount (optional) – markdown support
Latest Comments
tee commented on 2024-04-18 08:27 (UTC)
This conflicts with https://aur.archlinux.org/packages/bb-rs.
stormdragon2976 commented on 2024-03-20 18:40 (UTC)
@m040601 I meant to bump the pkgrel so that people would know that it needed to be updated, but instead I did ver. Once again nice catch. :) It should be fixed, for real this time. Now the installed version will be 3-2.
m040601 commented on 2024-03-19 00:08 (UTC) (edited on 2024-03-19 00:12 (UTC) by m040601)
Thanks for the work maintaining the PKGBUILD. Nice to see other Arch users interested in this stuff. The original repo hasnt seen much updates since 2022, but it still works very well. There are a million clones of it on the net some with some added functionality or extras addded.
Other options,
There is an error in the version number.
You changed to 4,
but,
git clone https://github.com/cfenollosa/bashblog
cd bashblog
git shortlog | head -n 1 | tr -Cd "[:digit:]"
gives 3. And then that is what lands on your system,
pacman -Qi bashblog-git
So the AUR helper will keep complaining it's out of date and want to reinstall it.
You probably want to change the version number to "3-2". Not 4.
stormdragon2976 commented on 2024-03-18 16:25 (UTC)
@m040601 nice catch. Definitely a typo on my part. It is fixed now. Thanks :)
m040601 commented on 2024-03-11 05:13 (UTC)
This PKGBUILD has a installed permissions error.
$ pacman -Ql bashblog-git
$ ll /usr/share/bashblog/
That README.md file is writable by anyone ????!!!
Must be a typo or error on the PKGBUILD
stormdragon2976 commented on 2022-06-20 00:36 (UTC)
It is fixed now, the markdown package for Arch is discount. Sorry for taking so long to get to this, the last couple of weeks have been crazy.
m040601 commented on 2022-06-04 21:21 (UTC)
this PKGBUILD references a non existing optional dependency,
But there is no PKGBUILD "markdown" anymore