Skip to content

Commit

Permalink
source updates
Browse files Browse the repository at this point in the history
  • Loading branch information
filiparag committed Jan 7, 2021
1 parent fa286f3 commit bcc5393
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME= wikiman
VERSION= 2.11.4
VERSION= 2.12.2
RELEASE= 1
UPSTREAM= https://github.com/filiparag/wikiman
SOURCES= ${UPSTREAM}/releases/download/
Expand Down Expand Up @@ -154,7 +154,7 @@ source-uninstall:

source-arch: source

@curl -L '${SOURCES}/2.9/arch-wiki_20200903.tar.xz' -o ${SOURCESDIR}/tmp/arch.tar.xz
@curl -L '${SOURCES}/2.12.2/arch-wiki_20210107.tar.xz' -o ${SOURCESDIR}/tmp/arch.tar.xz
@tar xf ${SOURCESDIR}/tmp/arch.tar.xz -C ${SOURCESDIR}
@rm -rf ${SOURCESDIR}/tmp

Expand All @@ -166,12 +166,12 @@ source-gentoo: source

source-fbsd: source

@curl -L '${SOURCES}/2.9/freebsd-docs_20200903.tar.xz' -o ${SOURCESDIR}/tmp/fbsd.tar.xz
@curl -L '${SOURCES}/2.12.2/freebsd-docs_20210107.tar.xz' -o ${SOURCESDIR}/tmp/fbsd.tar.xz
@tar xf ${SOURCESDIR}/tmp/fbsd.tar.xz -C ${SOURCESDIR}
@rm -rf ${SOURCESDIR}/tmp

source-tldr: source

@curl -L '${SOURCES}/2.9/tldr-pages_20200903.tar.xz' -o ${SOURCESDIR}/tmp/fbsd.tar.xz
@tar xf ${SOURCESDIR}/tmp/fbsd.tar.xz -C ${SOURCESDIR}
@curl -L '${SOURCES}/2.12.2/tldr-pages_20210107.tar.xz' -o ${SOURCESDIR}/tmp/tldr.tar.xz
@tar xf ${SOURCESDIR}/tmp/tldr.tar.xz -C ${SOURCESDIR}
@rm -rf ${SOURCESDIR}/tmp
2 changes: 2 additions & 0 deletions build/gentoo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Targeted for Arch Linux

yay -S pup --needed --noconfirm

mkdir -p ./gentoo

cd ./gentoo
Expand Down
2 changes: 2 additions & 0 deletions build/tldr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Targeted for Arch Linux

yay -S discount --noconfirm

mkdir -p ./tldr
cd ./tldr

Expand Down
2 changes: 1 addition & 1 deletion pkg/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PKGVER=2.12.1
PKGVER=2.12.2
PKGREL=1
UID=1000
2 changes: 1 addition & 1 deletion wikiman.1.man
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Manual for wmrc.
.TH "wikiman" 1 "8 September 2020" "wikiman 2.12" "wikiman manual"
.TH "wikiman" 1 "7 January 2021" "wikiman 2.12.2" "wikiman manual"

.SH NAME
.B wikiman
Expand Down
2 changes: 1 addition & 1 deletion wikiman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ init() {

# Configuration variables

conf_version='2.12.1'
conf_version='2.12.2'

config_dir="${XDG_CONFIG_HOME:-"$HOME/.config"}/wikiman"
config_file="$conf_sys_etc/wikiman.conf"
Expand Down

0 comments on commit bcc5393

Please sign in to comment.