summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiotr2023-12-21 04:24:02 +0100
committerpiotr2023-12-21 04:24:02 +0100
commite1f5788e469bd25676074bf91fed71d94dc6be5c (patch)
treec365046c6adc83cda1d4671ee5bcc0ac10611094 /PKGBUILD
parent8490c0cf4fb57696e1c669b92a5fecf0c2fe3f46 (diff)
downloadaur-e1f5788e469bd25676074bf91fed71d94dc6be5c.tar.gz
update to 0.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c551b94023b..fe7dee72bb11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-hello')
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="GTK3-based greeter for greetd written in python"
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('sway: this or hyprland must be installed'
'hyprland: this or sway must be installed')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-hello/archive/v"$pkgver".tar.gz")
-md5sums=('9023ed2a47fca61993f2e037ac2d5209')
+md5sums=('764b4409e517e5219c802ff475a36557')
package() {
cd "${pkgname}-${pkgver}"