summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey A.2024-11-01 10:57:03 +0300
committerSergey A.2024-11-01 10:57:03 +0300
commit9915667a194a04f2bd1f91cef5e79b3b0adb5fd6 (patch)
treefd0279ee02a54e798ecce97c19a246a51aab007b
parent3c6e14d72f1c7bd643c9ce81da49ad4fc1929292 (diff)
downloadaur-9915667a194a04f2bd1f91cef5e79b3b0adb5fd6.tar.gz
3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c84bcb658191..bdf8471a9428 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 5929997f4f30..22813c15f827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"