Date: Thursday, October 19, 2017 @ 03:23:06 Author: felixonmars Revision: 263382
update url and source Modified: fcitx-ui-light/trunk/PKGBUILD ----------+ PKGBUILD | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-19 03:21:47 UTC (rev 263381) +++ PKGBUILD 2017-10-19 03:23:06 UTC (rev 263382) @@ -1,7 +1,7 @@ # $Id$ -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> # Author: CSSlayer <[email protected]> -# Contributor: Yangtse <[email protected]> +# Contributor: Yangtse <[email protected]> pkgname=fcitx-ui-light pkgver=0.1.3 @@ -8,14 +8,15 @@ pkgrel=3 pkgdesc="Light weight xlib and xft based ui for fcitx." arch=('i686' 'x86_64') -url="http://code.google.com/p/fcitx" +url="https://github.com/fcitx/fcitx-ui-light" license=('GPL2') -depends=('fcitx>=4.1.0' 'libxpm') +depends=('fcitx' 'libxpm') makedepends=('cmake' 'intltool') -source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2") +source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.bz2") +md5sums=('633e8b018da9c8f09f99567b5479cf18') build() { - cd "$srcdir/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" rm -rf build mkdir build @@ -26,8 +27,6 @@ } package() { - cd "$srcdir/${pkgname}-${pkgver}/build" - make DESTDIR="${pkgdir}" install + cd "$srcdir/$pkgname-$pkgver/build" + make DESTDIR="$pkgdir" install } - -md5sums=('633e8b018da9c8f09f99567b5479cf18')
