summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b07bfe81c88c..e87acc9f06d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = renovate-git
- pkgdesc = Universal dependency update tool that fits into your workflows.
- pkgver = 25.28.0.r0.g7eb2c09b6
+ pkgdesc = Renovate - Dependency update tool (Git version)
+ pkgver = 25.40.1.r0.gd209bb7f7
pkgrel = 1
url = https://github.com/renovatebot/renovate
arch = any
license = AGPL3
+ makedepends = git
makedepends = yarn
depends = nodejs
source = renovate-git::git+https://github.com/renovatebot/renovate
sha256sums = SKIP
pkgname = renovate-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 27e0333b4e39..b83592766dd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname=renovate
pkgname=renovate-git
-pkgver=25.28.0.r0.g7eb2c09b6
+pkgver=25.40.1.r0.gd209bb7f7
pkgrel=1
-pkgdesc="Universal dependency update tool that fits into your workflows."
+pkgdesc="Renovate - Dependency update tool (Git version)"
arch=(any)
url="https://github.com/renovatebot/renovate"
source=("$pkgname::git+https://github.com/renovatebot/renovate")
license=('AGPL3')
-makedepends=('yarn')
+makedepends=('git' 'yarn')
depends=('nodejs')
sha256sums=('SKIP')