diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 00:07:46 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 00:07:46 -0300 |
commit | 3d173c220e8ddb117715a1e25018f47d2a1ca5bc (patch) | |
tree | c2934e6db998c7d3203789312bc1d96fe3042653 /testing/ibus-anthy | |
parent | ff65dd795c751316666cd346720e743642ec6666 (diff) | |
download | aports-3d173c220e8ddb117715a1e25018f47d2a1ca5bc.tar.bz2 aports-3d173c220e8ddb117715a1e25018f47d2a1ca5bc.tar.xz |
testing/ibus-anthy: fix url
Diffstat (limited to 'testing/ibus-anthy')
-rw-r--r-- | testing/ibus-anthy/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/testing/ibus-anthy/APKBUILD b/testing/ibus-anthy/APKBUILD index a58cdb0dd9..1edf7a647b 100644 --- a/testing/ibus-anthy/APKBUILD +++ b/testing/ibus-anthy/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=ibus-anthy pkgver=1.5.11 -pkgrel=0 +pkgrel=1 pkgdesc="Japanese input method Anthy IMEngine for IBus Framework" -url="http://ibus.googlecode.com/" +url="https://github.com/ibus/ibus-anthy" arch="all" license="GPL-2.0-only" depends="ibus anthy py-gobject3 gtk-update-icon-cache" @@ -13,13 +13,11 @@ makedepends=" py3-pytest " source="$pkgname-$pkgver.tar.gz::https://github.com/ibus/$pkgname/archive/$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" subpackages="$pkgname-lang" # anthy tests require a running X server options="!check" build() { - cd "$builddir" ./autogen.sh \ --prefix=/usr \ --libexec=/usr/lib/ibus @@ -27,7 +25,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |