summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2017-04-03 20:39:53 +0200
committeraksr2017-04-03 20:39:53 +0200
commit9da7e737bacf7a90fa93a2b865789ae168876c32 (patch)
tree8e031b1e0c8f2573380e654fdd11f39ce8087864
parent3de6babc98bcffbf34752e5fc68f1706b87f7ff3 (diff)
downloadaur-9da7e737bacf7a90fa93a2b865789ae168876c32.tar.gz
Update to 3.6.3.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1429e57e303c..e236be4aa224 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 10 06:44:14 UTC 2017
+# Mon Apr 3 18:38:20 UTC 2017
pkgbase = edbrowse
pkgdesc = A line-oriented editor, browser and mail client.
- pkgver = 3.6.2
+ pkgver = 3.6.3
pkgrel = 1
url = http://edbrowse.org/
arch = i686
@@ -16,10 +16,10 @@ pkgbase = edbrowse
depends = readline
depends = tidy-html5-git
conflicts = edbrowse-git
- source = http://edbrowse.org/edbrowse-3.6.2.zip
- md5sums = d093ff0eccbc8f1394c18e8a2a51bd5e
- sha1sums = 20e66feae2035dc7b498fceb1d1b4cec40357b7a
- sha256sums = e480325528a2f4dcff73a50d84040738d8bcfe90cfdc77006dd6247d88a9616c
+ source = https://github.com/CMB/edbrowse/archive/v3.6.3.tar.gz
+ md5sums = 18efb8489f186624a7367744e15ac170
+ sha1sums = e9d048b0322a340080d60372c005e1faf0a1ebef
+ sha256sums = f1ab7a113ea9465ef19c3ffa10e0b0466032c42acb55875243f5b859779d3b64
pkgname = edbrowse
diff --git a/PKGBUILD b/PKGBUILD
index 4d4fc46b6c29..6aa130a9b15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
# Contributor: Chuck Boucher <jofywyxaxukyvofa (at) tempomail.fr>
# Maintainer: aksr <aksr at t-com dot me>
pkgname=edbrowse
-pkgver=3.6.2
+pkgver=3.6.3
pkgrel=1
epoch=
pkgdesc="A line-oriented editor, browser and mail client."
arch=('i686' 'x86_64')
+url="https://github.com/CMB/edbrowse"
url="http://edbrowse.org/"
license=('GPL' 'openssl')
groups=()
@@ -22,11 +23,11 @@ backup=()
options=()
install=
changelog=
-source=("http://edbrowse.org/$pkgname-$pkgver.zip")
+source=("https://github.com/CMB/$pkgname/archive/v$pkgver.tar.gz")
noextract=()
-md5sums=('d093ff0eccbc8f1394c18e8a2a51bd5e')
-sha1sums=('20e66feae2035dc7b498fceb1d1b4cec40357b7a')
-sha256sums=('e480325528a2f4dcff73a50d84040738d8bcfe90cfdc77006dd6247d88a9616c')
+md5sums=('18efb8489f186624a7367744e15ac170')
+sha1sums=('e9d048b0322a340080d60372c005e1faf0a1ebef')
+sha256sums=('f1ab7a113ea9465ef19c3ffa10e0b0466032c42acb55875243f5b859779d3b64')
build() {
cd "$srcdir/$pkgname-$pkgver"