Date: Tuesday, June 5, 2018 @ 17:17:01
  Author: felixonmars
Revision: 325936

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-06-05 17:16:43 UTC (rev 325935)
+++ PKGBUILD    2018-06-05 17:17:01 UTC (rev 325936)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Camille Moncelier <[email protected]>
-# Contributor: damir <[email protected]>
-
-pkgname=scim-m17n
-pkgver=0.2.3
-pkgrel=6
-pkgdesc='Multilingual input method module for SCIM'
-url='http://www.scim-im.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('scim' 'm17n-lib')
-source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('96172846eaa211d2bde0f76184990d13e5ecdaea')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure --prefix=/usr
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: scim-m17n/repos/extra-x86_64/PKGBUILD (from rev 325935, 
scim-m17n/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-06-05 17:17:01 UTC (rev 325936)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Camille Moncelier <[email protected]>
+# Contributor: damir <[email protected]>
+
+pkgname=scim-m17n
+pkgver=0.2.3
+pkgrel=7
+pkgdesc='Multilingual input method module for SCIM'
+url='https://github.com/scim-im/scim-m17n'
+license=('GPL')
+arch=('x86_64')
+depends=('scim' 'm17n-lib')
+source=("https://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('c54be4c8c331d5621dcfa6c0c6f302231071dbbaf3ef7aee4117fe2c2616d58e184d3bae720dce27d5cb6567064add6979630090c72f9350391ca9c3e9c404f3')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to