summaryrefslogtreecommitdiff
path: root/community/marisa
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-29 03:30:04 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-29 03:30:04 +0000
commit0a521de4508e14363c59922ab2744ab699e30288 (patch)
tree22a9004955fd3ec5f7aa81f799bd9eabed325d15 /community/marisa
parent462391357aa5e749dc9908c15f3baa0b4416f3d8 (diff)
Wed Jan 29 03:27:46 UTC 2014
Diffstat (limited to 'community/marisa')
-rw-r--r--community/marisa/ChangeLog10
-rw-r--r--community/marisa/PKGBUILD8
2 files changed, 4 insertions, 14 deletions
diff --git a/community/marisa/ChangeLog b/community/marisa/ChangeLog
deleted file mode 100644
index b7f4b062d..000000000
--- a/community/marisa/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-2013-05-28 ponsfoot <cabezon dot hashimoto at gmail dot com>
-
- * marisa 0.2.4-2
- - Separate bindings to another packages
-
-2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com>
-
- * marisa 0.2.4-1
- - Initial release on AUR
-
diff --git a/community/marisa/PKGBUILD b/community/marisa/PKGBUILD
index bceb59927..85b813490 100644
--- a/community/marisa/PKGBUILD
+++ b/community/marisa/PKGBUILD
@@ -1,15 +1,15 @@
+# $Id: PKGBUILD 104883 2014-01-28 03:34:13Z td123 $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgbase=marisa
pkgname=('marisa' 'perl-marisa' 'python2-marisa' 'ruby-marisa')
pkgver=0.2.4
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="https://code.google.com/p/marisa-trie/"
license=('BSD' 'LGPL')
makedepends=('python2' 'ruby' 'perl')
-changelog=ChangeLog
source=(https://marisa-trie.googlecode.com/files/$pkgbase-$pkgver.tar.gz)
sha1sums=('fb0ed7d993e84dff32ec456a79bd36a00022629d')
@@ -95,8 +95,8 @@ package_ruby-marisa() {
depends=('ruby' 'marisa')
cd "${pkgbase}-${pkgver}/bindings/ruby"
- _hdrdir=`pkg-config --variable=rubyhdrdir ruby-2.0`
- _arch=`pkg-config --variable=arch ruby-2.0`
+ _hdrdir=`pkg-config --variable=rubyhdrdir ruby-2.1`
+ _arch=`pkg-config --variable=arch ruby-2.1`
make DESTDIR="$pkgdir" install \
hdrdir="$_hdrdir" \
arch_hdrdir="${_hdrdir}/${_arch}" \