summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreskul2023-01-20 16:07:56 +0100
committerAreskul2023-01-20 16:07:56 +0100
commitcab3f105e048f72d78b40f842413b3869c5e4be5 (patch)
tree826fa5c2855cbef67d0b648c7e16e00dcc437f8c
parent5aa5ff4d385b0dd9b511d390fff597b54f36e9e2 (diff)
downloadaur-cab3f105e048f72d78b40f842413b3869c5e4be5.tar.gz
usage of rust lens-rs lib for easy nested Option handling
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74c49e1dcaf0..468a01cb8e6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipelight
pkgdesc = A Rust/Typescript based absurd automation tool
- pkgver = 0.3.3
+ pkgver = 0.3.4
pkgrel = 1
url = https://gitea.com/areska/pipelight.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 645a8783184b..b02403903bb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Areskul <areskul@areskul.com>
pkgname="pipelight"
-pkgver="0.3.3"
+pkgver="0.3.4"
pkgrel=1
pkgdesc="A Rust/Typescript based absurd automation tool"
arch=(x86_64)