File tree Expand file tree Collapse file tree
packages/catppuccin-whiskers-bin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,13 +7,19 @@ RUN pacman -Syu --needed --noconfirm pacman-contrib namcap git sudo && \
77WORKDIR /home/builder
88USER 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
1319RUN makepkg -si --noconfirm
1420COPY entrypoint.sh /entrypoint.sh
1521USER root
1622RUN chmod +x /entrypoint.sh
1723USER builder
1824
19- ENTRYPOINT [ "/entrypoint.sh" ]
25+ ENTRYPOINT [ "/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ cp -fv "$WORKPATH"/* .
1818echo " ::endgroup::"
1919
2020echo " ::group::Updating archlinux-keyring"
21+ sudo pacman-key --init
2122sudo pacman -S --noconfirm archlinux-keyring
2223echo " ::endgroup::"
2324
Original file line number Diff line number Diff line change 11pkgbase = 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
1515pkgname = catppuccin-whiskers-bin
Original file line number Diff line number Diff line change 11# Maintainer: Catppuccin <releases@catppuccin.com>
22
33pkgname=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
55pkgrel=1
66pkgdesc=" Soothing port creation tool for the high-spirited!"
77url=" https://github.com/catppuccin/whiskers"
@@ -11,7 +11,7 @@ license=('MIT')
1111arch=(' x86_64' )
1212
1313source=(" ${url} /releases/download/v${pkgver} /whiskers-${arch} -unknown-linux-gnu" )
14- sha256sums=(' 94d4c33cfb05286c23bb3b0b49217a109c8e12f5ec6e785fb4abb4bdb37b8086 ' )
14+ sha256sums=(' 80ff608b0187d8726189b5e9bc5823ff9849136c73aef9ce300b06b498eb26aa ' )
1515
1616package () {
1717 install -Dm755 whiskers-${arch} -unknown-linux-gnu " ${pkgdir} /usr/bin/whiskers"
You can’t perform that action at this time.
0 commit comments