summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26a9c91acc4e..acaccde5a6ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=('ruby' 'tokyocabinet>=1.4')
source=(http://tokyocabinet.sourceforge.net/rubypkg/$pkgname-$pkgver.tar.gz)
md5sums=('e5259b9c9c0368aa88a2accd6f3b9db4')
-build() {
+package() {
cd $srcdir/$pkgname-$pkgver
ruby extconf.rb
make || return 1