summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarshit Shah2018-04-13 12:01:39 +0200
committerDarshit Shah2018-04-13 12:01:39 +0200
commit32aaef77be581bb6242bbc9e1fd8f44e5fe6291e (patch)
treea12c9c70889b1b503e52996a72cd8bf5df69db00
parenta8d5b9b8d134f23b5b578483ba391b468ba2654d (diff)
downloadaur-32aaef77be581bb6242bbc9e1fd8f44e5fe6291e.tar.gz
Remove version dependency for libpsl
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f178f18c66a0..f116d9578ddd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wget-git
pkgdesc = A network utility to retrieve files from the Web
- pkgver = 1.19.3
+ pkgver = 1.19.4.r15.gf56f970b
pkgrel = 1
url = http://www.gnu.org/software/wget/wget.html
install = wget.install
@@ -17,7 +17,7 @@ pkgbase = wget-git
depends = libutil-linux
depends = gnutls
depends = libidn
- depends = libpsl>=0.7.1-3
+ depends = libpsl
depends = gpgme
optdepends = ca-certificates: HTTPS Downloads
provides = wget
diff --git a/PKGBUILD b/PKGBUILD
index 60cccd6a7067..985a88038958 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_gitname=wget
pkgname=$_gitname-git
-pkgver=1.19.3
+pkgver=1.19.4.r15.gf56f970b
pkgrel=1
pkgdesc="A network utility to retrieve files from the Web"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/wget/wget.html"
license=('GPL3')
-depends=('libutil-linux' 'gnutls' 'libidn' 'libpsl>=0.7.1-3' 'gpgme')
+depends=('libutil-linux' 'gnutls' 'libidn' 'libpsl' 'gpgme')
optdepends=("ca-certificates: HTTPS Downloads")
checkdepends=('perl' 'perl-http-daemon' 'perl-io-socket-ssl' 'python')
makedepends=('git' 'perl' 'rsync')