summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn D Jones III2016-04-20 16:31:33 -0600
committerJohn D Jones III2016-04-20 16:31:33 -0600
commit974e640b2d7b2eaf40ffc65de864e981bfbcd27d (patch)
tree9bb4d53e7ba1f2edf636e71ab1bc21243f0bf595 /PKGBUILD
parent218521159a3b3f2b85f63c1bbdd6d8d214a1e05e (diff)
downloadaur-tokyocabinet-ruby.tar.gz
Update PKGBUILD
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