summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreskul2023-03-02 15:24:59 +0100
committerAreskul2023-03-02 15:24:59 +0100
commitd99bf30c25e27b68155264cebe364ae867f0499c (patch)
tree99fcb778f843d68d24274dcd42459468feceddb8
parent163b06c840ebd838ed2108e3de16c6f607971ada (diff)
downloadaur-d99bf30c25e27b68155264cebe364ae867f0499c.tar.gz
bug fix: search log silently fails
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb8446f0c2f9..9c671a43de83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipelight
pkgdesc = A Rust/Typescript based absurd automation tool
- pkgver = 0.4.10
+ pkgver = 0.4.11
pkgrel = 1
url = https://gitea.com/pipelight/pipelight.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4281758a5387..c10e30f5b2a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Areskul <areskul@areskul.com>
pkgname="pipelight"
-pkgver="0.4.10"
+pkgver="0.4.11"
pkgrel=1
pkgdesc="A Rust/Typescript based absurd automation tool"
arch=(x86_64)