[arch-commits] Commit in flim/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 3 17:50:54 UTC 2018


    Date: Sunday, June 3, 2018 @ 17:50:52
  Author: felixonmars
Revision: 339480

archrelease: copy trunk to community-any

Added:
  flim/repos/community-any/PKGBUILD
    (from rev 339479, flim/trunk/PKGBUILD)
Deleted:
  flim/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 17:50:24 UTC (rev 339479)
+++ PKGBUILD	2018-06-03 17:50:52 UTC (rev 339480)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Norberto Lopes <shelika at mail.telepac.pt>
-# Maintainer: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgname=flim
-pkgver=1.14.9
-pkgrel=4
-pkgdesc="A library to provide basic features about message representation or encoding."
-arch=('any')
-url="http://cvs.m17n.org/elisp/FLIM/index.html.ja.iso-2022-jp"
-license=('GPL')
-depends=('emacs' 'emacs-apel>=10.7')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wanderlust/flim/archive/flim-${pkgver//./_}.tar.gz")
-noextract=()
-md5sums=('98f8ad440d6272f7d1df51cb1923eaa1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgname-${pkgver//./_}
-  make
-}
-package() {
-  cd $srcdir/$pkgname-$pkgname-${pkgver//./_}
-  make install PREFIX=$pkgdir/usr
-}

Copied: flim/repos/community-any/PKGBUILD (from rev 339479, flim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 17:50:52 UTC (rev 339480)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Norberto Lopes <shelika at mail.telepac.pt>
+# Maintainer: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=flim
+pkgver=1.14.9
+pkgrel=5
+pkgdesc="A library to provide basic features about message representation or encoding."
+arch=('any')
+url="http://cvs.m17n.org/elisp/FLIM/index.html.ja.iso-2022-jp"
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wanderlust/flim/archive/flim-${pkgver//./_}.tar.gz")
+noextract=()
+sha512sums=('7d5bd108ae7bc8116692d177d2ef045434b937f4812ae643f9a28d35c6edc7b39b4d5d484fc187f01972757f0399f91635da5f690379237ff5fdac170be1159d')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgname-${pkgver//./_}
+  make
+}
+package() {
+  cd "$srcdir"/$pkgname-$pkgname-${pkgver//./_}
+  make install PREFIX="$pkgdir"/usr
+}



More information about the arch-commits mailing list