Package Details: wbg 1.1.0-5

Git Clone URL: https://aur.archlinux.org/wbg.git (read-only, click to copy)
Package Base: wbg
Description: Wallpaper application for wlroots based Wayland compositors
Upstream URL: https://codeberg.org/dnkl/wbg
Licenses: MIT
Submitter: danekl
Maintainer: danekl
Last Packager: danekl
Votes: 6
Popularity: 0.78
First Submitted: 2021-02-26 10:14 (UTC)
Last Updated: 2024-03-01 11:06 (UTC)

Latest Comments

jb53 commented on 2024-03-21 22:10 (UTC)

For me it still doesn't build.

danekl commented on 2024-03-01 11:07 (UTC)

Sorry about that. Must have had the old sources lying around when I test built it. Should be fixed now.

fabian-ang commented on 2024-03-01 10:52 (UTC)

Build fails as of now. You forgot to adjust the directory where the tar is extracted to. This fixes it:

diff --git a/PKGBUILD b/PKGBUILD
index 7577026..7e8b7e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,14 +15,14 @@ sha256sums=('0cb9e055166515fa9477f9c13d649deb78046dc48bd69ab97471ace9bd9b9851'
 validpgpkeys=('B19964FBBA09664CC81027ED5BBD4992C116573F')

 build() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}

   meson --prefix=/usr --buildtype=release . build
   ninja -C build
 }

 package() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   DESTDIR="${pkgdir}/" ninja -C build install
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

danekl commented on 2024-03-01 07:05 (UTC)

Updated the PKGBUILD to download a static tarball instead of the gitea generated one. This way, the hash is guaranteed to not change. I've also added a PGP check.

kulothunganug commented on 2024-02-29 16:00 (UTC)

❯ paru -S wbg
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...

Aur (1) wbg-1.1.0-2

:: Proceed to review? [Y/n]: y

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
 nothing new to review
fetching devel info...
==> Making package: wbg 1.1.0-2 (Thu 29 Feb 2024 03:59:25 PM UTC)
==> Retrieving sources...
  -> Found wbg-1.1.0.tar.gz
==> Validating source files with sha256sums...
    wbg-1.1.0.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'wbg-1.1.0-2': 
error: packages failed to build: wbg-1.1.0-2

tomcat0x42 commented on 2024-02-10 01:42 (UTC)

It happened again:

==> Validating source files with sha256sums...
    wbg-1.1.0.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

danekl commented on 2023-12-15 09:14 (UTC)

should be fixed now. Codeberg has changed how the tarballs are generated, and thus the hash has changed.

maxholl commented on 2023-11-24 09:30 (UTC)

I wonder what happened because I'm sure it used to build before, but when I download the tarball from the program's releases page, the sha256 of that file is 99ba57c7f51509384b29fa7d5d5a29b008209746aa7cde0ed6a9a2965236b6c7...

jb53 commented on 2023-11-10 23:42 (UTC)

This package doesn't build:

==> Validating source files with sha256sums...
    wbg-1.1.0.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!