summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreskul2023-03-07 16:12:19 +0100
committerAreskul2023-03-07 16:12:19 +0100
commit070b12a342ef80d19b8a42144a285d1eb79ff5f7 (patch)
tree2578989d7c971f619ce08f61e7690137556a4f67
parent3fba13b990d184a97d4a4b244ce4c6dc85930e53 (diff)
downloadaur-070b12a342ef80d19b8a42144a285d1eb79ff5f7.tar.gz
fix null event.branch unwrap
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac334d197179..94beeac11912 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipelight
pkgdesc = A Rust/Typescript based absurd automation tool
- pkgver = 0.4.19
+ pkgver = 0.4.2O
pkgrel = 1
url = https://gitea.com/pipelight/pipelight.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 74c91732c899..118524527d12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Areskul <areskul@areskul.com>
pkgname="pipelight"
-pkgver="0.4.19"
+pkgver="0.4.2O"
pkgrel=1
pkgdesc="A Rust/Typescript based absurd automation tool"
arch=(x86_64)