summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorareskill2024-01-22 16:31:51 +0100
committerareskill2024-01-22 16:31:51 +0100
commitdf231cfd30fa5a8c82c11eafb233297f59832f8b (patch)
tree117e47abf8bcd554da15d5db433dd5973ec34d15
parent4dcbbe8ad58811eeb4d824e89a19db3708e2d2a5 (diff)
downloadaur-pipelight.tar.gz
update to latest binary
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5e5b23f36c1..19a662a90378 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = pipelight
pkgdesc = A Rust based quick automation tool
- pkgver = 0.7.11
+ pkgver = 0.7.20
pkgrel = 1
- url = https://packages.pipelight.dev/pipelight-0.7.11-1-any.pkg.tar.zst
+ url = https://packages.pipelight.dev/pipelight-0.7.20-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.7.11-1-any.pkg.tar.zst
+ source = https://packages.pipelight.dev/pipelight-0.7.20-1-any.pkg.tar.zst
md5sums = SKIP
pkgname = pipelight
diff --git a/PKGBUILD b/PKGBUILD
index 81a0dfcbbf25..4ec7c8202a9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Areskul <areskul@areskul.com>
pkgname="pipelight"
pkgrel=1
-pkgver=0.7.11
+pkgver=0.7.20
pkgdesc="A Rust based quick automation tool"
arch=("any")
url=https://packages.pipelight.dev/$pkgname-$pkgver-$pkgrel-any.pkg.tar.zst
@@ -23,3 +23,6 @@ pre-install() {
url() {
https://packages.pipelight.dev/$pkgname-$pkgver-$pkgrel-any.pkg.tar.zst
}
+# Update with
+# makepkg --printsrcinfo > .SRCINFO
+# gitu