summaryrefslogtreecommitdiffstats
path: root/main/ruby-sqlite
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-09-30 07:36:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-09-30 07:36:57 +0000
commit24a9ed7614f223440bf9db09f65648b89bf3821c (patch)
tree3fe16e32ad17b5bc068fb3e5cee27571e7c859f3 /main/ruby-sqlite
parent1f89b5ac95586e9c241dc2f109d5dfaa0d71e7e1 (diff)
downloadaports-24a9ed7614f223440bf9db09f65648b89bf3821c.tar.bz2
aports-24a9ed7614f223440bf9db09f65648b89bf3821c.tar.xz
main/ruby-sqlite: remove ruby-gems dependency
Diffstat (limited to 'main/ruby-sqlite')
-rw-r--r--main/ruby-sqlite/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ruby-sqlite/APKBUILD b/main/ruby-sqlite/APKBUILD
index e5a71fe85..9d4db6704 100644
--- a/main/ruby-sqlite/APKBUILD
+++ b/main/ruby-sqlite/APKBUILD
@@ -3,14 +3,14 @@
pkgname=ruby-sqlite
_gemname=sqlite3
pkgver=1.3.8
-pkgrel=0
+pkgrel=1
pkgdesc="SQLite API module for Ruby"
url="http://rubygems.org/gems/sqlite3"
arch="all"
license="GPL"
depends="ruby"
depends_dev="sqlite-dev ruby-dev"
-makedepends="$depends_dev ruby-gems"
+makedepends="$depends_dev ruby"
install=""
subpackages=""
source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem"