Date: Sunday, January 8, 2023 @ 19:41:00 Author: felixonmars Revision: 1382049
upgpkg: ruby-pycall 1.4.2-1 Modified: ruby-pycall/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-08 19:40:03 UTC (rev 1382048) +++ PKGBUILD 2023-01-08 19:41:00 UTC (rev 1382049) @@ -2,8 +2,8 @@ # Contributor: Andreas 'Segaja' Schleifer <segaja at archlinux dot org> pkgname=ruby-pycall -pkgver=1.4.1 -pkgrel=2 +pkgver=1.4.2 +pkgrel=1 pkgdesc='Calling Python functions from the Ruby language' arch=(x86_64) url='https://github.com/mrkn/pycall.rb' @@ -13,7 +13,7 @@ checkdepends=(python-numpy) options=(!emptydirs) source=(https://github.com/mrkn/pycall.rb/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha512sums=('2704e0d28533ddab3c972e69c5c08eea04e6184fd1fc1670302d7471013468de07b1ae0200bbaf030cf5b266f2ff07b2c050682f5e050d7b86b819673bdbe695') +sha512sums=('b7d1741b208f0a4206f95a0805c96b9e2c13d226950f5797559cd34fbb8b139ad81995bc18527a3539e02fca63e2dbd07dd57228edde52a3e0199598d716edd1') prepare() { cd pycall.rb-$pkgver
