Skip to content

Commit 1ec6625

Browse files
authored
chore(deps): update dependency catppuccin/whiskers to v2.6.1 (#79)
* chore(deps): update dependency catppuccin/whiskers to v2.6.0 * chore: 2.6.1 * please work * Apply automatic changes
1 parent d30271a commit 1ec6625

4 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/actions/aur/Dockerfile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@ RUN pacman -Syu --needed --noconfirm pacman-contrib namcap git sudo && \
77
WORKDIR /home/builder
88
USER builder
99

10+
# Looks like paru-bin hasn't been updated yet, so clone paru-git for now?
11+
# ref: https://github.com/Morganamilo/paru/issues/1454#issuecomment-3663567951
12+
#
13+
# RUN git clone https://aur.archlinux.org/paru-bin.git
14+
# WORKDIR /home/builder/paru-bin
15+
1016
# Install paru
11-
RUN git clone https://aur.archlinux.org/paru-bin.git
12-
WORKDIR /home/builder/paru-bin
17+
RUN git clone https://aur.archlinux.org/paru-git.git
18+
WORKDIR /home/builder/paru-git
1319
RUN makepkg -si --noconfirm
1420
COPY entrypoint.sh /entrypoint.sh
1521
USER root
1622
RUN chmod +x /entrypoint.sh
1723
USER builder
1824

19-
ENTRYPOINT [ "/entrypoint.sh" ]
25+
ENTRYPOINT [ "/entrypoint.sh" ]

.github/actions/aur/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ cp -fv "$WORKPATH"/* .
1818
echo "::endgroup::"
1919

2020
echo "::group::Updating archlinux-keyring"
21+
sudo pacman-key --init
2122
sudo pacman -S --noconfirm archlinux-keyring
2223
echo "::endgroup::"
2324

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = catppuccin-whiskers-bin
22
pkgdesc = Soothing port creation tool for the high-spirited!
3-
pkgver = 2.5.1
3+
pkgver = 2.6.1
44
pkgrel = 1
55
url = https://github.com/catppuccin/whiskers
66
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = catppuccin-whiskers-bin
99
conflicts = whiskers
1010
conflicts = whiskers-bin
1111
conflicts = catppuccin-whiskers-bin
12-
source = https://github.com/catppuccin/whiskers/releases/download/v2.5.1/whiskers-x86_64-unknown-linux-gnu
13-
sha256sums = 94d4c33cfb05286c23bb3b0b49217a109c8e12f5ec6e785fb4abb4bdb37b8086
12+
source = https://github.com/catppuccin/whiskers/releases/download/v2.6.1/whiskers-x86_64-unknown-linux-gnu
13+
sha256sums = 80ff608b0187d8726189b5e9bc5823ff9849136c73aef9ce300b06b498eb26aa
1414

1515
pkgname = catppuccin-whiskers-bin

packages/catppuccin-whiskers-bin/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Catppuccin <releases@catppuccin.com>
22

33
pkgname=catppuccin-whiskers-bin
4-
pkgver=2.5.1 # renovate: datasource=github-tags depName=catppuccin/whiskers
4+
pkgver=2.6.1 # renovate: datasource=github-tags depName=catppuccin/whiskers
55
pkgrel=1
66
pkgdesc="Soothing port creation tool for the high-spirited!"
77
url="https://github.com/catppuccin/whiskers"
@@ -11,7 +11,7 @@ license=('MIT')
1111
arch=('x86_64')
1212

1313
source=("${url}/releases/download/v${pkgver}/whiskers-${arch}-unknown-linux-gnu")
14-
sha256sums=('94d4c33cfb05286c23bb3b0b49217a109c8e12f5ec6e785fb4abb4bdb37b8086')
14+
sha256sums=('80ff608b0187d8726189b5e9bc5823ff9849136c73aef9ce300b06b498eb26aa')
1515

1616
package() {
1717
install -Dm755 whiskers-${arch}-unknown-linux-gnu "${pkgdir}/usr/bin/whiskers"

0 commit comments

Comments
 (0)