diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-31 10:03:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-31 10:03:37 +0000 |
commit | 2cd618f2e774c458d14446ad98c71641d93d5d1a (patch) | |
tree | 530e2489b9224fa57a71b424f9b96eceaf0735ec /main/ruby-sqlite | |
parent | 84adc86859e12bf594022545d1d26eb0a1e01c99 (diff) | |
download | aports-2cd618f2e774c458d14446ad98c71641d93d5d1a.tar.bz2 aports-2cd618f2e774c458d14446ad98c71641d93d5d1a.tar.xz |
main/ruby-sqlite: rebuild against sqlite-libs
Diffstat (limited to 'main/ruby-sqlite')
-rw-r--r-- | main/ruby-sqlite/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ruby-sqlite/APKBUILD b/main/ruby-sqlite/APKBUILD index 696c8956a9..5e15638da8 100644 --- a/main/ruby-sqlite/APKBUILD +++ b/main/ruby-sqlite/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-sqlite _realname=sqlite3 pkgver=1.3.3 -pkgrel=0 +pkgrel=1 pkgdesc="SQLite API module for Ruby" url="http://rubygems.org/gems/sqlite3" arch="all" |