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

Sergej Pupykin spupykin at archlinux.org
Fri Oct 18 12:38:59 UTC 2019


    Date: Friday, October 18, 2019 @ 12:38:59
  Author: spupykin
Revision: 516810

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-18 12:38:57 UTC (rev 516809)
+++ PKGBUILD	2019-10-18 12:38:59 UTC (rev 516810)
@@ -1,25 +0,0 @@
-# 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
-}

Copied: flim/repos/community-any/PKGBUILD (from rev 516808, flim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-18 12:38:59 UTC (rev 516810)
@@ -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=e4bd54fd7d335215b54f7ef27ed974c8cd68d472
+pkgrel=7
+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