Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / satty
Commits: c6748e59 by Carl Smedstad at 2026-06-04T23:09:46+02:00 upgpkg: 0.21.0-1: Upstream release https://github.com/Satty-org/Satty/releases/tag/v0.21.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = satty pkgdesc = Modern screenshot annotation tool, inspired by Swappy and Flameshot - pkgver = 0.20.1 - pkgrel = 2 + pkgver = 0.21.0 + pkgrel = 1 url = https://github.com/gabm/satty arch = x86_64 license = MPL-2.0 @@ -16,7 +16,7 @@ pkgbase = satty depends = libadwaita depends = libgcc depends = pango - source = satty::git+https://github.com/gabm/satty.git#tag=v0.20.1 - b2sums = c97f8bc8144f070fcf2ea1b01a62989150932010a5176bee35bc74dd757a722dc40eaca8f3a1e9b8c8c020d50739d300c5bd11c54478a53d3c4f9bbf43467d69 + source = satty::git+https://github.com/gabm/satty.git#tag=v0.21.0 + b2sums = c9567fd5109943dd652104431f8126f76fb3ceced503c9790e7544381285f6bee7b05eb1090d4adf706d0f29521bde4edd97a45ff8f02230203aae420f2ff50a pkgname = satty ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=satty -pkgver=0.20.1 -pkgrel=2 +pkgver=0.21.0 +pkgrel=1 pkgdesc="Modern screenshot annotation tool, inspired by Swappy and Flameshot" arch=(x86_64) url="https://github.com/gabm/satty" @@ -23,7 +23,7 @@ makedepends=( git ) source=("$pkgname::git+$url.git#tag=v$pkgver") -b2sums=('c97f8bc8144f070fcf2ea1b01a62989150932010a5176bee35bc74dd757a722dc40eaca8f3a1e9b8c8c020d50739d300c5bd11c54478a53d3c4f9bbf43467d69') +b2sums=('c9567fd5109943dd652104431f8126f76fb3ceced503c9790e7544381285f6bee7b05eb1090d4adf706d0f29521bde4edd97a45ff8f02230203aae420f2ff50a') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/satty/-/commit/c6748e59a6db4f488c19649a07b3a840ac3df35f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/satty/-/commit/c6748e59a6db4f488c19649a07b3a840ac3df35f You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
