diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2021-04-08 01:19:21 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2021-04-08 01:19:21 +0200 |
commit | b78eda702c19dfa248aac9bb2f8b3ace193a5da9 (patch) | |
tree | 2f25f62a2929920b9cd1cfc06d534d7624ea8704 | |
parent | bd073eb7cbace29e9af86eeb11f83ede7c69ba8b (diff) | |
download | aports-b78eda702c19dfa248aac9bb2f8b3ace193a5da9.tar.gz aports-b78eda702c19dfa248aac9bb2f8b3ace193a5da9.tar.bz2 aports-b78eda702c19dfa248aac9bb2f8b3ace193a5da9.tar.xz |
testing/sqlint: add ruby to depends
It's transitive dependency, but better to be explicit.
-rw-r--r-- | testing/sqlint/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sqlint/APKBUILD b/testing/sqlint/APKBUILD index e0191e09f0..be0df890ee 100644 --- a/testing/sqlint/APKBUILD +++ b/testing/sqlint/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Simple SQL linter supporting ANSI and PostgreSQL syntaxes" url="https://github.com/purcell/sqlint" arch="noarch !x86 !armhf !armv7" # limited by ruby-pg_query license="MIT" -depends="ruby-pg_query" +depends="ruby ruby-pg_query" checkdepends="ruby-rspec" makedepends="ruby-dev" source="https://github.com/purcell/sqlint/archive/$pkgver/$pkgname-$pkgver.tar.gz |