chore: Release gpupaper version 0.1.1
Release / build (x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Successful in 6m33s
Release / build (aarch64, aarch64, aarch64-unknown-linux-gnu) (push) Successful in 7m57s
Release / update-aur (push) Failing after 5s

This commit is contained in:
2026-06-09 15:04:32 +02:00
parent ac417dc0d7
commit a7112f1577
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -473,7 +473,7 @@ dependencies = [
[[package]] [[package]]
name = "gpupaper" name = "gpupaper"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytemuck", "bytemuck",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "gpupaper" name = "gpupaper"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
[[bin]] [[bin]]
+1 -1
View File
@@ -1,6 +1,6 @@
# Maintainer: Bendik Aagaard Lynghaug <bendik.lynghaug@gmail.com> # Maintainer: Bendik Aagaard Lynghaug <bendik.lynghaug@gmail.com>
pkgname=gpupaper pkgname=gpupaper
pkgver=0.1.0 pkgver=0.1.1
pkgrel=1 pkgrel=1
pkgdesc="Wayland layer-surface wallpaper runner powered by GLSL/WGSL fragment shaders (wgpu)" pkgdesc="Wayland layer-surface wallpaper runner powered by GLSL/WGSL fragment shaders (wgpu)"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')