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

Alad Wenter alad at archlinux.org
Fri Aug 23 06:45:41 UTC 2019


    Date: Friday, August 23, 2019 @ 06:45:41
  Author: alad
Revision: 500989

upgpkg: edbrowse 3.7.5-1

Modified:
  edbrowse/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-23 06:42:44 UTC (rev 500988)
+++ PKGBUILD	2019-08-23 06:45:41 UTC (rev 500989)
@@ -3,11 +3,10 @@
 # Contributor: joyfulgirl <joyfulgirl (at) archlinux.us>
 # Contributor: Chuck Boucher <jofywyxaxukyvofa (at) tempomail.fr>
 # Contributor: aksr <aksr at t-com dot me>
-
 pkgname=edbrowse
-pkgver=3.7.4
-pkgrel=2
-_commit=7e1be6c69fd336561c89c94a549d7cd454470dee # 3.7.4
+pkgver=3.7.5
+pkgrel=1
+_commit=c3fd420c0a7b73a88e2739b6464ee872235db4ea # 3.7.5
 pkgdesc='Line-oriented editor, browser and mail client'
 arch=('x86_64')
 url='https://edbrowse.org'
@@ -17,13 +16,6 @@
 source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit")
 sha256sums=('SKIP')
 
-prepare() {
-    cd "$pkgname-$pkgver"
-
-    # Fix build with curl 7.62.0
-    git cherry-pick -n 5d2b9e21fdf019f461ebe62738d615428d5db963
-}
-
 build() {
     cd "$pkgname-$pkgver"
     make CFLAGS="-I/usr/include/tidy" all
@@ -35,6 +27,7 @@
 
     install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
     install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+
     install -Dm644 doc/usersguide.html doc/sample.ebrc -t "$pkgdir/usr/share/doc/edbrowse"
     install -Dm644 doc/man-edbrowse-debian.1 -T "$pkgdir/usr/share/man/man1/edbrowse.1"
 }



More information about the arch-commits mailing list