Skip to content

Commit

Permalink
Update PKGBUILD, modify mkaur.sh for local run
Browse files Browse the repository at this point in the history
  • Loading branch information
ron.record committed Jun 27, 2024
1 parent 9e4a15b commit 452f48d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

All notable changes to this project will be documented in this file.

## Asciiville-3.0.2r2 (2024-06-26)
## Asciiville-3.0.2r2 (2024-06-27)

- Install latest `got` and updated `got` config
- Install `kitty-control` in `ascinit`
- Use current terminal for `phantasia` if `Kitty` is set
- Use Homebrew GNU `bash`, `sed`, `mktemp` on `macOS`
- Add shortcuts to menu entries
- Remove `rainbowstream` twitter client, no longer works
- Add `Durdraw` to menu system, update `lazyman`
- Add `Durdraw` ASCII editor installation and configuration
Expand Down
2 changes: 1 addition & 1 deletion pkg/aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck shell=bash disable=SC2034,SC2154

pkgname=asciiville
pkgver=v3.0.2r1
pkgver=v3.0.2r2
pkgrel=1
pkgdesc="Create and display ASCII Art, animations. Utilities to perform common operations in a character-based environment. Asciiville includes nearly 1,000 works of ASCII Art"
arch=('any')
Expand Down
4 changes: 3 additions & 1 deletion pkg/mkaur.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ have_makepkg=$(type -p makepkg)
exit 1
}

export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu

if [ "${__ASC_SRC__}" ]; then
SRC="${__ASC_SRC__}"
else
Expand Down Expand Up @@ -61,7 +63,7 @@ mv ${PKG_NAME}-pkgbuild-${PKG_VER}-${PKG_REL}.tar.gz ${PKG}

echo "Building ${PKG_NAME}_${PKG_VER} AUR package"
cd "${SRC}/${PKG}" || echo "Cannot enter $SRC/$PKG"
makepkg --force --log --cleanbuild --noconfirm --syncdeps
makepkg --force --log --cleanbuild --noconfirm --nodeps

# Rename package if necessary
for zstfile in *.zst; do
Expand Down

0 comments on commit 452f48d

Please sign in to comment.