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

Filipe Laíns ffy00 at archlinux.org
Mon Feb 17 09:18:50 UTC 2020


    Date: Monday, February 17, 2020 @ 09:18:50
  Author: ffy00
Revision: 573884

upgpkg: bluefish 2.2.11-1

Modified:
  bluefish/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-17 09:15:03 UTC (rev 573883)
+++ PKGBUILD	2020-02-17 09:18:50 UTC (rev 573884)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger <eric at archlinux.org>
 
 pkgname=bluefish
-pkgver=2.2.10
-pkgrel=4
+pkgver=2.2.11
+pkgrel=1
 pkgdesc='A powerful HTML editor for experienced web designers and programmers'
 arch=('x86_64')
 url='http://bluefish.openoffice.nl/'
@@ -13,21 +13,13 @@
 optdepends=('gucharmap: for using the charmap plugin')
 install=$pkgname.install
 source=("https://www.bennewitz.com/$pkgname/stable/source/$pkgname-$pkgver.tar.bz2"{,.sig})
-validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6') # Olivier Sessink <olivier at bluefish.openoffice.nl>
-sha512sums=('abb2080b5cbc65cd9c7551572ac21012c5ee2031'
-          'SKIP')
+validpgpkeys=(64979277BAFF2D4CB637AC3B291C63A6B78DFBA1) # Olivier Sessink <olivier at bluefish.openoffice.nl>
+sha512sums=('ae9ef04d5d005fa770b542a6a573ac60d4b8c4dd605723012322a63647399ccb76689791ee373308ce13a1772719ab1003929fce415cf1df7e83ef2f26271fa0'
+            'SKIP')
 
 prepare() {
   cd $pkgname-$pkgver
 
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-    src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
-    data/{jsbeautify,jsmin.py,lorem-ipsum-generator}
-
-  sed -e 's|\[enchant\]|\[enchant-2\]|g' -e 's|\[enchant >|\[enchant-2 >|g' \
-    -e 's|enchant/enchant.h|enchant-2/enchant.h|g' -e 's|BF_dependencies enchant|BF_dependencies enchant-2|g' \
-    -i configure.ac
-
   autoreconf -vi
 }
 



More information about the arch-commits mailing list