[arch-commits] Commit in flim/trunk (PKGBUILD)

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


    Date: Friday, December 21, 2018 @ 12:56:04
  Author: spupykin
Revision: 417256

upgpkg: flim 1.14.9-6

Modified:
  flim/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-21 12:55:26 UTC (rev 417255)
+++ PKGBUILD	2018-12-21 12:56:04 UTC (rev 417256)
@@ -4,21 +4,22 @@
 
 pkgname=flim
 pkgver=1.14.9
-pkgrel=5
+_commit=faaa2b1f2bb8fcf835ddfb8981654e4d3b2bdbc6
+pkgrel=6
 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"
+url="https://github.com/wanderlust/flim"
 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')
+makedepends=('git')
+source=("git+https://github.com/wanderlust/flim#commit=${_commit}")
+sha256sums=('SKIP')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgname-${pkgver//./_}
+  cd "$srcdir"/$pkgname
   make
 }
 package() {
-  cd "$srcdir"/$pkgname-$pkgname-${pkgver//./_}
+  cd "$srcdir"/$pkgname
   make install PREFIX="$pkgdir"/usr
 }



More information about the arch-commits mailing list