[arch-commits] Commit in scim-pinyin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jun 7 08:09:53 UTC 2018


    Date: Thursday, June 7, 2018 @ 08:09:52
  Author: arojas
Revision: 326201

archrelease: copy trunk to extra-x86_64

Added:
  scim-pinyin/repos/extra-x86_64/PKGBUILD
    (from rev 326200, scim-pinyin/trunk/PKGBUILD)
Deleted:
  scim-pinyin/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 08:09:35 UTC (rev 326200)
+++ PKGBUILD	2018-06-07 08:09:52 UTC (rev 326201)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributer: Gan Lu <rhythm.gan at gmail.com>
-
-pkgname=scim-pinyin
-pkgver=0.5.92
-pkgrel=3
-pkgdesc='Chinese pinyin input for SCIM'
-url='http://www.scim-im.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('scim')
-source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --sysconfdir=/etc
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: scim-pinyin/repos/extra-x86_64/PKGBUILD (from rev 326200, scim-pinyin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 08:09:52 UTC (rev 326201)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributer: Gan Lu <rhythm.gan at gmail.com>
+
+pkgname=scim-pinyin
+pkgver=0.5.92
+pkgrel=4
+pkgdesc='Chinese pinyin input for SCIM'
+url='https://www.scim-im.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('scim')
+source=("https://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('30cb1d24db913bfe239429f3421b7b4e0bdf09d7410346f19b49322321c362f2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list