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

Felix Yan felixonmars at archlinux.org
Thu Jun 7 06:37:40 UTC 2018


    Date: Thursday, June 7, 2018 @ 06:37:40
  Author: felixonmars
Revision: 326164

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 06:37:15 UTC (rev 326163)
+++ PKGBUILD	2018-06-07 06:37:40 UTC (rev 326164)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Gan Lu <rhythm.gan at gmail.com>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=scim-tables
-pkgver=0.5.14.1
-pkgrel=2
-pkgdesc='Generic table input method module for SCIM'
-url='http://sourceforge.net/projects/scim/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('scim')
-makedepends=('intltool')
-source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('bee90f7322ba8cf256af14e0837460f87037e37d')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./bootstrap
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: scim-tables/repos/extra-x86_64/PKGBUILD (from rev 326163, scim-tables/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 06:37:40 UTC (rev 326164)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Gan Lu <rhythm.gan at gmail.com>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=scim-tables
+pkgver=0.5.14.1
+pkgrel=3
+pkgdesc='Generic table input method module for SCIM'
+url='https://github.com/scim-im/scim-tables'
+arch=('x86_64')
+license=('GPL')
+depends=('scim')
+makedepends=('intltool')
+source=("https://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('081e11e4d01792770becd8deb96b9d0ef10c9e1d5549322d0740d635cc55b2a5e2e74a4d4642763aacf626f0cd6b9855864192d00c74d86a6b97fc55df68d34a')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./bootstrap
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list