summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Mastykov2018-04-03 06:32:26 +0300
committerSergey Mastykov2018-04-03 06:32:26 +0300
commitd22d64b8c02458d957b8d30b61e70c06866a6f05 (patch)
treee15f86dd6698d3ca7f500bc93f08962b606203f1
parent4471f7524190d98ad0b6153105c095b1b305da30 (diff)
downloadaur-d22d64b8c02458d957b8d30b61e70c06866a6f05.tar.gz
add python2-xdg
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b826efe4f25d..48123b92bcc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Apr 3 03:22:58 UTC 2018
+# Tue Apr 3 03:32:16 UTC 2018
pkgbase = linkchecker
pkgdesc = An command line utility to check HTML documents for broken links.
pkgver = 9.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/linkcheck/linkchecker
arch = any
license = GPL
depends = python2>=2.7.0
depends = python2-requests
depends = python2-dnspython
+ depends = python2-xdg
source = git+https://github.com/linkcheck/linkchecker.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5928c1295e37..b7378bcf8ba7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=linkchecker
pkgver=9.4
-pkgrel=2
+pkgrel=3
pkgdesc="An command line utility to check HTML documents for broken links."
arch=('any')
url="https://github.com/linkcheck/linkchecker"
license=('GPL')
-depends=('python2>=2.7.0' 'python2-requests' 'python2-dnspython')
+depends=('python2>=2.7.0' 'python2-requests' 'python2-dnspython' 'python2-xdg')
source=("git+https://github.com/linkcheck/linkchecker.git")
sha256sums=('SKIP')