Date: Wednesday, April 11, 2018 @ 01:16:51
  Author: felixonmars
Revision: 315690

upgpkg: ibus-anthy 1.5.10-1

Modified:
  ibus-anthy/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-11 00:47:12 UTC (rev 315689)
+++ PKGBUILD    2018-04-11 01:16:51 UTC (rev 315690)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
 
 pkgname=ibus-anthy
-pkgver=1.5.9
+pkgver=1.5.10
 pkgrel=1
 pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
 arch=('x86_64')
@@ -12,12 +12,12 @@
 license=('LGPL')
 url='http://ibus.googlecode.com'
 depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
-makedepends=('intltool' 'git' 'gobject-introspection')
-source=("git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver";)
-sha512sums=('SKIP')
+makedepends=('intltool' 'gobject-introspection')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ibus/ibus-anthy/archive/$pkgver.tar.gz";)
+sha512sums=('37a9b86ebe32ea639637880fffb29a86b971534e2faa668b2f88df66568bc99c58685481e1f7ae1f05fcf85d1816e3ef3e5fbc065207ac4188e0edcae8eb4925')
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
   ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
   make
@@ -24,7 +24,7 @@
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir/" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }
 

Reply via email to