summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreskul2023-03-02 09:54:32 +0100
committerAreskul2023-03-02 09:54:32 +0100
commitd8778b8cf96f04a08900d71f8a15a914aaa4aeea (patch)
treef8eb243f538d33caad1cb29878673b65741c4d66
parentd049cb105f72a65bf443dcdd6234c6938e2e610e (diff)
downloadaur-d8778b8cf96f04a08900d71f8a15a914aaa4aeea.tar.gz
bug fix log file creation
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12a04ee2c152..0d1fb28ce305 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipelight
pkgdesc = A Rust/Typescript based absurd automation tool
- pkgver = 0.4.7
+ pkgver = 0.4.8
pkgrel = 1
url = https://gitea.com/pipelight/pipelight.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 14dd529592b2..a9cbabf20fc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Areskul <areskul@areskul.com>
pkgname="pipelight"
-pkgver="0.4.7"
+pkgver="0.4.8"
pkgrel=1
pkgdesc="A Rust/Typescript based absurd automation tool"
arch=(x86_64)