diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-25 18:26:26 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-25 18:26:26 +0100 |
commit | 7a820978708d99aa949b663fb12633eea9d58e72 (patch) | |
tree | cf005c22830f7809fa10eb05027b18f2ca1528fb | |
parent | 89e2aa91489374709e020525b8229ad0f3d6b670 (diff) | |
download | aports-7a820978708d99aa949b663fb12633eea9d58e72.tar.bz2 aports-7a820978708d99aa949b663fb12633eea9d58e72.tar.xz |
testing/ruby-mathematical: add missing checkdep mtex2mml-fixtures
-rw-r--r-- | testing/ruby-mathematical/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/ruby-mathematical/APKBUILD b/testing/ruby-mathematical/APKBUILD index 7ca515565e..d9828cf8f2 100644 --- a/testing/ruby-mathematical/APKBUILD +++ b/testing/ruby-mathematical/APKBUILD @@ -10,7 +10,8 @@ arch="all" license="MIT" depends="ruby ruby-enum" makedepends="cmake lasem-dev mtex2mml-dev ruby-dev" -checkdepends="ruby-io-console ruby-irb ruby-minitest ruby-nokogiri ruby-rake" +checkdepends="mtex2mml-fixtures ruby-io-console ruby-irb ruby-minitest + ruby-nokogiri ruby-rake" source="$pkgname-$pkgver.tar.gz::https://github.com/gjtorikian/$_gemname/archive/v$pkgver.tar.gz use-system-mtex2mml.patch fix-extconf.patch |