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

Alad Wenter alad at archlinux.org
Fri Mar 15 00:06:41 UTC 2019


    Date: Friday, March 15, 2019 @ 00:06:38
  Author: alad
Revision: 441800

upgpkg: edbrowse 3.7.4-2

edbrowse: switch to git tags

Modified:
  edbrowse/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-14 23:12:57 UTC (rev 441799)
+++ PKGBUILD	2019-03-15 00:06:38 UTC (rev 441800)
@@ -6,21 +6,22 @@
 
 pkgname=edbrowse
 pkgver=3.7.4
-pkgrel=1
+pkgrel=2
+_commit=7e1be6c69fd336561c89c94a549d7cd454470dee # 3.7.4
 pkgdesc='Line-oriented editor, browser and mail client'
 arch=('x86_64')
-url="http://edbrowse.org/"
+url='http://edbrowse.org'
 license=('GPL' 'MPL')
 depends=('duktape' 'tidy' 'curl' 'pcre')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz"
-        curl-7.62.patch)
-sha256sums=('ae7717c4c30297a01185ae2705fd55a7cd5f5484db05d5dfc02b7932b5766498'
-            'b4eff80c296d5d1531255f3b0b9337efee06e070c4c7d92569517d853805bae7')
+makedepends=('git')
+source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit")
+sha256sums=('SKIP')
 
 prepare() {
     cd "$pkgname-$pkgver"
-    patch -Np1 -i ../curl-7.62.patch
+
+    # Fix build with curl 7.62.0
+    git cherry-pick -n 5d2b9e21fdf019f461ebe62738d615428d5db963
 }
 
 build() {



More information about the arch-commits mailing list