summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Micieli2023-12-21 16:31:16 +0100
committerWilly Micieli2023-12-21 16:31:16 +0100
commit49b95f007f8934ba7294e4430054c29b32276558 (patch)
treed06fe644a8cbb908427221774fcf80c08cf131c2
parent382ca612b2a771d7b306cefaea9ed71c5d7dbb03 (diff)
downloadaur-49b95f007f8934ba7294e4430054c29b32276558.tar.gz
add missing fd
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b51945376e89..9aab7c55fd79 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 = 3
+ pkgrel = 4
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 = fd
depends = git
provides = again
source = 1.0.0.tar.gz::https://github.com/taishingi/continuous-testing/archive/refs/tags/1.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f6b917b38b5c..42ee7b127d04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=continuous-testing
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
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' 'git')
+depends=('packer' 'libnotify' 'curl' 'fuse-overlayfs' 'fd' 'git')
source=("${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('2d79adb5f5828dc9fdb1c8f18af2749008b06cf92ac2e18bf42b0d74f1c4a006')