diff options
author | Sergey A. | 2024-11-01 10:57:03 +0300 |
---|---|---|
committer | Sergey A. | 2024-11-01 10:57:03 +0300 |
commit | 9915667a194a04f2bd1f91cef5e79b3b0adb5fd6 (patch) | |
tree | fd0279ee02a54e798ecce97c19a246a51aab007b | |
parent | 3c6e14d72f1c7bd643c9ce81da49ad4fc1929292 (diff) | |
download | aur-9915667a194a04f2bd1f91cef5e79b3b0adb5fd6.tar.gz |
3.0.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = hyprdim pkgdesc = Automatically dim windows in Hyprland when switching between them - pkgver = 2.2.6 + pkgver = 3.0.0 pkgrel = 1 url = https://github.com/donovanglover/hyprdim arch = x86_64 license = GPL3 makedepends = cargo depends = gcc-libs - source = hyprdim-2.2.6.tar.gz::https://github.com/donovanglover/hyprdim/archive/2.2.6.tar.gz - sha256sums = 6e322e97f5c23dd1e680ecd2127e3960b5217c3934f636cb53cc8f360d7ff24e + source = hyprdim-3.0.0.tar.gz::https://github.com/donovanglover/hyprdim/archive/3.0.0.tar.gz + sha256sums = 6dfb9d47767b2afcbf3dfc682d6e278dc5276da521d045c16c66fa9ea19f830a pkgname = hyprdim @@ -5,7 +5,7 @@ # - Donovan Glover <https://donovan.is> pkgname=hyprdim -pkgver=2.2.6 +pkgver=3.0.0 pkgrel=1 pkgdesc="Automatically dim windows in Hyprland when switching between them" arch=('x86_64') @@ -14,7 +14,7 @@ license=('GPL3') depends=('gcc-libs') makedepends=('cargo') source=("$pkgname-$pkgver.tar.gz::https://github.com/donovanglover/$pkgname/archive/$pkgver.tar.gz") -sha256sums=('6e322e97f5c23dd1e680ecd2127e3960b5217c3934f636cb53cc8f360d7ff24e') +sha256sums=('6dfb9d47767b2afcbf3dfc682d6e278dc5276da521d045c16c66fa9ea19f830a') prepare() { cd "$pkgname-$pkgver" |