summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7766154eca3f..6124c734409a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=nanoc-core
pkgname=ruby-$_gemname
pkgver=4.12.4
-pkgrel=1
+pkgrel=2
pkgdesc="Contains the core of Nanoc"
arch=('any')
url="https://nanoc.app"
@@ -11,11 +11,12 @@ license=('MIT')
depends=(
'ruby'
'ruby-concurrent'
- 'ruby-ddmemoize'
'ruby-ddmetrics'
'ruby-ddplugin'
'ruby-hamster'
'ruby-json_schema'
+ 'ruby-memo_wise'
+ 'ruby-psych'
'ruby-slow_enumerator_tools'
'ruby-tty-platform'
'ruby-zeitwerk'