Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprpaper
Commits:
cd547fc5 by Caleb Maclennan at 2026-01-03T00:49:28+03:00
upgpkg: 0.8.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hyprpaper
pkgdesc = a blazing fast wayland wallpaper utility with IPC controls
- pkgver = 0.8.0
- pkgrel = 2
+ pkgver = 0.8.1
+ pkgrel = 1
url = https://github.com/hyprwm/hyprpaper
arch = x86_64
license = BSD-3-Clause
@@ -26,7 +26,7 @@ pkgbase = hyprpaper
depends = libglvnd
depends = pango
depends = wayland
- source =
https://github.com/hyprwm/hyprpaper/archive/v0.8.0/hyprpaper-0.8.0.tar.gz
- sha256sums =
bc10f9c42e2dead8d7e0001f0194ba4ede12bb50bd5e5d766914be79e99386d0
+ source =
https://github.com/hyprwm/hyprpaper/archive/v0.8.1/hyprpaper-0.8.1.tar.gz
+ sha256sums =
6fb69e6d23f4547966ad20b8972d0a0c0f93d4de3d56823b8dd74af2678fe405
pkgname = hyprpaper
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: ThatOneCalculator <[email protected]>
pkgname=hyprpaper
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
pkgdesc='a blazing fast wayland wallpaper utility with IPC controls'
arch=(x86_64)
url="https://github.com/hyprwm/$pkgname"
@@ -25,7 +25,7 @@ makedepends=(cmake
xorgproto)
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('bc10f9c42e2dead8d7e0001f0194ba4ede12bb50bd5e5d766914be79e99386d0')
+sha256sums=('6fb69e6d23f4547966ad20b8972d0a0c0f93d4de3d56823b8dd74af2678fe405')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprpaper/-/commit/cd547fc59159fd0000ae76f4caa7f6a32a10de44
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprpaper/-/commit/cd547fc59159fd0000ae76f4caa7f6a32a10de44
You're receiving this email because of your account on gitlab.archlinux.org.