From ede7df4b488712373a6894e93fc5ec4a904ded44 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 23 Feb 2026 16:56:17 +0100 Subject: Update unstickpixels to version 3.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- unstickpixels/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/unstickpixels/PKGBUILD b/unstickpixels/PKGBUILD index 9cadeb0..04a96dc 100644 --- a/unstickpixels/PKGBUILD +++ b/unstickpixels/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Mattias Andrée pkgname=unstickpixels -pkgver=3.0.1 +pkgver=3.0.2 pkgrel=1 pkgdesc="Screen loop to try to unstick stuck dots" arch=(i686 x86_64) url="https://codeberg.org/maandree/unstickpixels" license=('custom:ISC') depends=(libgamma) -makedepends=(libgamma) -source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=(ca79009a66e26d8044ac6c19f717f436a7be31abb097123fdf98c1a77876d738) +makedepends=('libgamma>=0.7.4') +source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) +sha256sums=(657e94753235201ae23929882c84d63a3a5c17cbecf14933d485aabc17e2bd4b) build() { cd "$srcdir/$pkgname" -- cgit v1.2.3-70-g09d2