diff options
Diffstat (limited to 'extra/scim-anthy/PKGBUILD')
-rw-r--r-- | extra/scim-anthy/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/scim-anthy/PKGBUILD b/extra/scim-anthy/PKGBUILD index 660a683df..5d23b05d7 100644 --- a/extra/scim-anthy/PKGBUILD +++ b/extra/scim-anthy/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 188489 2013-06-15 00:05:53Z bisson $ +# $Id: PKGBUILD 198405 2013-10-30 14:40:19Z allan $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: damir <damir@archlinux.org> @@ -14,7 +14,6 @@ depends=('scim' 'anthy') source=("http://osdn.dl.sourceforge.jp/scim-imengine/${_filecode}/${pkgname}-${pkgver}.tar.gz") sha1sums=('1429cf202f5cdcfc4733220acbe27dd9edb75db8') -options=('!libtool') build() { cd "$srcdir/$pkgname-$pkgver" |