user/ruby3.0-rugged: move from backport + use ruby 3.0
This commit is contained in:
parent
2c245bb4c0
commit
55ec571668
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
||||||
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
||||||
pkgname=ruby-rugged
|
pkgname=ruby3.0-rugged
|
||||||
_gemname=rugged
|
_gemname=rugged
|
||||||
pkgver=1.5.0.1
|
pkgver=1.5.0.1
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
|
@ -11,14 +11,14 @@ license="MIT"
|
||||||
checkdepends="
|
checkdepends="
|
||||||
git
|
git
|
||||||
libgit2-tests
|
libgit2-tests
|
||||||
ruby-minitest
|
ruby3.0-minitest
|
||||||
ruby-rake
|
ruby3.0-rake
|
||||||
ruby-rake-compiler
|
ruby3.0-rake-compiler
|
||||||
"
|
"
|
||||||
makedepends="
|
makedepends="
|
||||||
libgit2-dev>=${pkgver%.*}
|
libgit2-dev>=${pkgver%.*}
|
||||||
ruby
|
ruby3.0
|
||||||
ruby-dev
|
ruby3.0-dev
|
||||||
"
|
"
|
||||||
source="$_gemname-$pkgver.tar.gz::https://github.com/libgit2/$_gemname/archive/v$pkgver.tar.gz
|
source="$_gemname-$pkgver.tar.gz::https://github.com/libgit2/$_gemname/archive/v$pkgver.tar.gz
|
||||||
fix-extconf-version-check.patch
|
fix-extconf-version-check.patch
|
Loading…
Reference in a new issue