diff options
author | Andreas Backx | 2024-03-21 23:36:17 +0000 |
---|---|---|
committer | Andreas Backx | 2024-03-21 23:36:17 +0000 |
commit | 35fad85a07fe56ac9304bf82f89e61d51570f4c4 (patch) | |
tree | 0554cfe44c832c90cd312ec08523904e7df9630d /PKGBUILD | |
parent | 9b3669726bb263db8c0c50e6ad0777d4c4362f38 (diff) | |
download | aur-waycorner.tar.gz |
0.2.3
### Changed
- Change layer from top to overlay (#22).
https://github.com/AndreasBackx/waycorner/actions/runs/8383133234
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Andreas Backx pkgname=waycorner -pkgver=0.2.2 +pkgver=0.2.3 pkgrel=2 pkgdesc="Hot corners for Wayland. Create anchors in the corners of your monitors and execute a command of your choice." arch=('any') @@ -10,7 +10,7 @@ license=('MIT') depends=() makedepends=('cargo') source=("$pkgname-$pkgver.tar.gz::https://github.com/AndreasBackx/$pkgname/archive/$pkgver.tar.gz") -sha256sums=('39282b798713aa2a4d3f598d28fea627d7767bea26573f0b3099c8b5b5dfceb8') +sha256sums=('829575b86f21903a97082a290c48ac7025428d1c8bf308f6a851dc54bb8a61b1') build() { cd "$pkgname-$pkgver" |