[arch-commits] Commit in (3 files)

Sergej Pupykin spupykin at archlinux.org
Tue Jan 21 17:54:18 UTC 2020


    Date: Tuesday, January 21, 2020 @ 17:54:15
  Author: spupykin
Revision: 553310

ipsec-tools

Modified:
  emacs-haskell-mode/trunk/PKGBUILD
  libmaa/trunk/PKGBUILD
Deleted:
  ipsec-tools/

-----------------------------------+
 emacs-haskell-mode/trunk/PKGBUILD |    6 +++---
 libmaa/trunk/PKGBUILD             |   16 +++++-----------
 2 files changed, 8 insertions(+), 14 deletions(-)

Modified: emacs-haskell-mode/trunk/PKGBUILD
===================================================================
--- emacs-haskell-mode/trunk/PKGBUILD	2020-01-21 17:52:57 UTC (rev 553309)
+++ emacs-haskell-mode/trunk/PKGBUILD	2020-01-21 17:54:15 UTC (rev 553310)
@@ -2,8 +2,8 @@
 # Contributor: Gleidson <gleidson.echeli at gmail.com>
 
 pkgname=emacs-haskell-mode
-pkgver=13.20
-pkgrel=2
+pkgver=16.1
+pkgrel=1
 pkgdesc="Haskell mode package for Emacs"
 arch=(any)
 license=('GPL')
@@ -11,7 +11,7 @@
 install=emacs-haskell-mode.install
 makedepends=('emacs')
 source=($pkgname-$pkgver.tar.gz::https://github.com/haskell/haskell-mode/archive/v$pkgver.tar.gz)
-md5sums=('28dc2e6fb1dad0f488ceec80896f0088')
+sha256sums=('109d9a0070825745c20f590c7fd0a1d2bb873d931db5ecc7deea317ab864d43c')
 
 prepare() {
   cd "$srcdir"/haskell-mode-$pkgver

Modified: libmaa/trunk/PKGBUILD
===================================================================
--- libmaa/trunk/PKGBUILD	2020-01-21 17:52:57 UTC (rev 553309)
+++ libmaa/trunk/PKGBUILD	2020-01-21 17:54:15 UTC (rev 553310)
@@ -1,23 +1,17 @@
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 pkgname=libmaa
-pkgver=1.3.2
-pkgrel=3
+pkgver=1.4.2
+pkgrel=1
 pkgdesc="Provides many low-level data structures which are helpful for writing compilers"
 url="https://sourceforge.net/projects/dict/"
 license=('GPL')
 arch=('x86_64')
-depends=('glibc')
+depends=()
 makedepends=('flex')
-source=("https://downloads.sourceforge.net/dict/${pkgname}-${pkgver}.tar.gz" libmaa-gcc8.patch)
-sha256sums=('59a5a01e3a9036bd32160ec535d25b72e579824e391fea7079e9c40b0623b1c5'
-            '7435ad846b1b3b6cb2a7473439d1e98986b83b050125c19eb263784eb2e4a2b6')
+source=("https://downloads.sourceforge.net/dict/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('63de331c97a40efe8b64534fee4b7b7df161645b92636572ad248b0f13abc0db')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p2 -i ../libmaa-gcc8.patch # Fix build with GCC 8 (Debian)
-}
-
 build() {
   cd "${srcdir}/$pkgname-$pkgver"
   ./configure --prefix=/usr



More information about the arch-commits mailing list