[arch-commits] Commit in fcitx-ui-light/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Oct 19 03:23:07 UTC 2017


    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 <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Author: CSSlayer <wengxt at gmail.com>
-# Contributor: Yangtse <yangtsesu at gmail.com> 
+# Contributor: Yangtse <yangtsesu at gmail.com>
 
 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')



More information about the arch-commits mailing list