Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / ruby-ae
Commits: dfd3179c by Andreas Schleifer at 2024-06-20T21:45:18+02:00 upgpkg: 1.8.2-3: Ruby 3.2 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = ruby-ae + pkgdesc = Assertive Expressive is an assertions library specifically designed for reuse by other test frameworks + pkgver = 1.8.2 + pkgrel = 3 + url = https://github.com/rubyworks/ae + arch = any + license = BSD + license = custom + checkdepends = ruby-qed + makedepends = ruby-rdoc + depends = ruby + options = !emptydirs + source = https://github.com/rubyworks/ae/archive/1.8.2/ruby-ae-1.8.2.tar.gz + sha256sums = 3467a71b1b1e0c10d5e7d05eaa1ee90d120761f68d54d484d7ea7452faacf290 + +pkgname = ruby-ae ===================================== PKGBUILD ===================================== @@ -2,13 +2,20 @@ pkgname=ruby-ae pkgver=1.8.2 -pkgrel=2 +pkgrel=3 pkgdesc='Assertive Expressive is an assertions library specifically designed for reuse by other test frameworks' arch=(any) url='https://github.com/rubyworks/ae' license=(BSD custom) -depends=(ruby) -checkdepends=(ruby-qed) +depends=( + ruby +) +makedepends=( + ruby-rdoc +) +checkdepends=( + ruby-qed +) options=(!emptydirs) source=(https://github.com/rubyworks/ae/archive/$pkgver/$pkgname-$pkgver.tar.gz) sha256sums=('3467a71b1b1e0c10d5e7d05eaa1ee90d120761f68d54d484d7ea7452faacf290') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-ae/-/commit/dfd3179c58d30f137bc0983f10871431757103c8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-ae/-/commit/dfd3179c58d30f137bc0983f10871431757103c8 You're receiving this email because of your account on gitlab.archlinux.org.
