summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2017-07-08 08:37:36 +0100
committerChris Down2017-07-08 08:37:36 +0100
commit76b7600e9299b3c3ca02bb3e84f627fa18fb1f2c (patch)
treee92af1b165a24fe8e6cae0e21cd88e5c5bf5cfd8
parent9d1557c1c1aa138b899e508cd4f84556efce8e2e (diff)
downloadaur-76b7600e9299b3c3ca02bb3e84f627fa18fb1f2c.tar.gz
upgpkg: urlscan 0.8.6-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc0ec3e53794..4eea78ec93dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Oct 6 11:42:27 UTC 2016
pkgbase = urlscan
pkgdesc = Replacement for urlview with html context and other improvements.
- pkgver = 0.8.3
+ pkgver = 0.8.6
pkgrel = 1
url = https://github.com/firecat53/urlscan
install = urlscan.install
@@ -12,8 +10,8 @@ pkgbase = urlscan
makedepends = python-setuptools
depends = python
depends = python-urwid
- source = https://github.com/firecat53/urlscan/archive/0.8.3.tar.gz
- md5sums = b94925e969f0e8e3cba9d658562e138e
+ source = https://github.com/firecat53/urlscan/archive/0.8.6.tar.gz
+ md5sums = a216cbf4809ba2ead2b05db4235cba31
pkgname = urlscan
diff --git a/PKGBUILD b/PKGBUILD
index e20527dfcd53..3e7f2b129640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Scott Hansen (firecat53) firecat4153 at gmail
pkgname=urlscan
-pkgver=0.8.3
+pkgver=0.8.6
pkgrel=1
pkgdesc="Replacement for urlview with html context and other improvements."
url=https://github.com/firecat53/urlscan
@@ -11,7 +11,7 @@ license=(GPL)
depends=(python python-urwid)
makedepends=(git python-setuptools)
source=("https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz")
-md5sums=('b94925e969f0e8e3cba9d658562e138e')
+md5sums=('a216cbf4809ba2ead2b05db4235cba31')
install=urlscan.install
package() {