Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-unindent


Commits:
ec07287e by Andreas Schleifer at 2024-06-08T18:11:22+02:00
upgpkg: 1.0-3: re-add documentation

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
 pkgbase = ruby-unindent
        pkgdesc = Ruby method to unindent strings
        pkgver = 1.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/mynyml/unindent
        arch = any
        license = MIT
        makedepends = ruby-nanotest
        makedepends = ruby-rake
+       makedepends = ruby-rdoc
        depends = ruby
        options = !emptydirs
        source = 
https://github.com/mynyml/unindent/archive/v1.0/ruby-unindent-1.0.tar.gz


=====================================
PKGBUILD
=====================================
@@ -2,13 +2,13 @@
 
 pkgname=ruby-unindent
 pkgver=1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Ruby method to unindent strings'
 arch=(any)
 url='https://github.com/mynyml/unindent'
 license=(MIT)
 depends=(ruby)
-makedepends=(ruby-nanotest ruby-rake)
+makedepends=(ruby-nanotest ruby-rake ruby-rdoc)
 options=(!emptydirs)
 
source=(https://github.com/mynyml/unindent/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('2d8457406a66d821f458385a51aabd4f77ff19eb53687a38b309d51ab15f080d')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-unindent/-/commit/ec07287e098a6cfde96e1048c58f3305ab4747d4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-unindent/-/commit/ec07287e098a6cfde96e1048c58f3305ab4747d4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to