diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-23 16:56:17 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-23 16:56:17 +0100 |
| commit | ede7df4b488712373a6894e93fc5ec4a904ded44 (patch) | |
| tree | 8afff45370a77efa661fafbabb99dc1da4733c8c | |
| parent | Update libgamma to version 0.8.1 (diff) | |
| download | aur-packages-ede7df4b488712373a6894e93fc5ec4a904ded44.tar.gz aur-packages-ede7df4b488712373a6894e93fc5ec4a904ded44.tar.bz2 aur-packages-ede7df4b488712373a6894e93fc5ec4a904ded44.tar.xz | |
Update unstickpixels to version 3.0.2
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | unstickpixels/PKGBUILD | 8 |
1 files 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 <m@`base64 -d`(bWFhbmRyZWU).se> 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" |
