summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreska2023-07-28 11:33:14 +0200
committerAreska2023-07-28 11:33:14 +0200
commite4e63894fd40dd0b840889155636b2eb2e3a7342 (patch)
tree3f847582712f70061c136c62f65102681d8ca0b2
parentd83f5c3144e24e718ad3f83b15b5676bd7c3fb0f (diff)
downloadaur-e4e63894fd40dd0b840889155636b2eb2e3a7342.tar.gz
bug fix: allow console.log() statements inside config file
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9597803d6794..02914d9d4b01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = pipelight
pkgdesc = A Rust based quick automation tool
- pkgver = 0.6.8
+ pkgver = 0.6.10
pkgrel = 1
- url = https://packages.pipelight.dev/pipelight-0.6.8-1-any.pkg.tar.zst
+ url = https://packages.pipelight.dev/pipelight-0.6.10-1-any.pkg.tar.zst
arch = any
license = GPL2
makedepends = git
@@ -12,7 +12,7 @@ pkgbase = pipelight
depends = watchexec
provides = pipelight
conflicts = pipelight-git
- source = https://packages.pipelight.dev/pipelight-0.6.8-1-any.pkg.tar.zst
+ source = https://packages.pipelight.dev/pipelight-0.6.10-1-any.pkg.tar.zst
md5sums = SKIP
pkgname = pipelight
diff --git a/PKGBUILD b/PKGBUILD
index 5bf1a2e6f735..d28c73e391ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Areskul <areskul@areskul.com>
pkgname="pipelight"
pkgrel=1
-pkgver=0.6.8
+pkgver=0.6.10
pkgdesc="A Rust based quick automation tool"
arch=("any")
url=https://packages.pipelight.dev/$pkgname-$pkgver-$pkgrel-any.pkg.tar.zst