summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Micieli2023-12-21 16:37:05 +0100
committerWilly Micieli2023-12-21 16:37:05 +0100
commit51eae55a008ab5690b2e12c42462c96c4e23cb25 (patch)
tree4cf787f4e29b80ed66cfd39a2b45a6dce91bf454
parent49b95f007f8934ba7294e4430054c29b32276558 (diff)
downloadaur-51eae55a008ab5690b2e12c42462c96c4e23cb25.tar.gz
add missing less
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aab7c55fd79..2a137eccd484 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = continuous-testing
pkgdesc = An rust program to test in continuous application
pkgver = 1.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/taishingi/continuous-testing
arch = any
license = GPL3
@@ -9,6 +9,7 @@ pkgbase = continuous-testing
depends = libnotify
depends = curl
depends = fuse-overlayfs
+ depends = less
depends = fd
depends = git
provides = again
diff --git a/PKGBUILD b/PKGBUILD
index 42ee7b127d04..9e46e31ee2b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=continuous-testing
pkgver=1.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="An rust program to test in continuous application"
provides=("again")
arch=('any')
url="https://github.com/taishingi/continuous-testing"
license=('GPL3')
-depends=('packer' 'libnotify' 'curl' 'fuse-overlayfs' 'fd' 'git')
+depends=('packer' 'libnotify' 'curl' 'fuse-overlayfs' 'less' 'fd' 'git')
source=("${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('2d79adb5f5828dc9fdb1c8f18af2749008b06cf92ac2e18bf42b0d74f1c4a006')