summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreska2023-07-21 16:29:02 +0200
committerAreska2023-07-21 16:29:02 +0200
commitd83f5c3144e24e718ad3f83b15b5676bd7c3fb0f (patch)
treeb245241bd259e7ece0c472c54ef3be8f02691942
parent701ab627a77033afea631b1aa09c7492701fea3d (diff)
downloadaur-d83f5c3144e24e718ad3f83b15b5676bd7c3fb0f.tar.gz
upgraded to latest
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cec592204087..9597803d6794 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = pipelight
pkgdesc = A Rust based quick automation tool
- pkgver = 0.6.3
+ pkgver = 0.6.8
pkgrel = 1
- url = https://packages.pipelight.dev/pipelight-0.6.3-1-any.pkg.tar.zst
+ url = https://packages.pipelight.dev/pipelight-0.6.8-1-any.pkg.tar.zst
arch = any
license = GPL2
makedepends = git
makedepends = make
makedepends = cargo
depends = deno
+ depends = watchexec
provides = pipelight
conflicts = pipelight-git
- source = https://packages.pipelight.dev/pipelight-0.6.3-1-any.pkg.tar.zst
+ source = https://packages.pipelight.dev/pipelight-0.6.8-1-any.pkg.tar.zst
md5sums = SKIP
pkgname = pipelight
diff --git a/PKGBUILD b/PKGBUILD
index 85dd17fe1f7d..5bf1a2e6f735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Areskul <areskul@areskul.com>
pkgname="pipelight"
pkgrel=1
-pkgver=0.6.3
+pkgver=0.6.8
pkgdesc="A Rust based quick automation tool"
arch=("any")
url=https://packages.pipelight.dev/$pkgname-$pkgver-$pkgrel-any.pkg.tar.zst
license=('GPL2')
-depends=(deno)
+depends=(deno watchexec)
makedepends=(git make cargo)
provides=("pipelight")
conflicts=("pipelight-git")