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

Sergej Pupykin spupykin at archlinux.org
Fri Dec 21 12:56:20 UTC 2018


    Date: Friday, December 21, 2018 @ 12:56:19
  Author: spupykin
Revision: 417257

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-21 12:56:04 UTC (rev 417256)
+++ PKGBUILD	2018-12-21 12:56:19 UTC (rev 417257)
@@ -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=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
-}

Copied: flim/repos/community-any/PKGBUILD (from rev 417256, flim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-21 12:56:19 UTC (rev 417257)
@@ -0,0 +1,25 @@
+# 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
+_commit=faaa2b1f2bb8fcf835ddfb8981654e4d3b2bdbc6
+pkgrel=6
+pkgdesc="A library to provide basic features about message representation or encoding."
+arch=('any')
+url="https://github.com/wanderlust/flim"
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7')
+makedepends=('git')
+source=("git+https://github.com/wanderlust/flim#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname
+  make
+}
+package() {
+  cd "$srcdir"/$pkgname
+  make install PREFIX="$pkgdir"/usr
+}



More information about the arch-commits mailing list