Package Details: bashblog-git 3-2

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)

Required by (0)

Sources (1)

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,

5  pkgver=4
6  pkgrel=1

but,

git clone https://github.com/cfenollosa/bashblog

cd bashblog

git shortlog | head -n 1 | tr -Cd "[:digit:]"

   3

gives 3. And then that is what lands on your system,

pacman -Qi bashblog-git

Name            : bashblog-git
Version         : 3-1

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

bashblog-git /usr/
bashblog-git /usr/bin/
bashblog-git /usr/bin/bb
bashblog-git /usr/share/
bashblog-git /usr/share/bashblog/
bashblog-git /usr/share/bashblog/README.md

$ ll /usr/share/bashblog/

total 28K
drwxr-xr-x   2 root root 4.0K Mar 21  2023 .
drwxr-xr-x 272 root root  12K Mar 10 21:39 ..
-rw-rw-rw-   1 root root 9.5K Mar 11 05:05 README.md

That README.md file is writable by anyone ????!!!

Must be a typo or error on the PKGBUILD

  install -m666 "$_pkgname/README.md" "$pkgdir/usr/share/$_pkgname"

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,

markdown (optional) – markdown support 

But there is no PKGBUILD "markdown" anymore