summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoteium2018-01-14 18:56:33 +0800
committerBoteium2018-01-14 18:56:33 +0800
commitdfcd2261c21f22678b2d1722a21c845b12f5a54e (patch)
treec9d2af7d66be8cf6b54d15c0c23f260567758878
parent3f5fc1aad8023b86a0228a5a68712ed8101ee1a0 (diff)
downloadaur-hurl-git.tar.gz
fix pkgbuild
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b59aa6b7c18d..e952c420ea62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = hurl-git
arch = x86_64
license = GPL
makedepends = git
+ depends = perl-cgi
+ depends = perl-uri
provides = hurl
pkgname = hurl-git
diff --git a/PKGBUILD b/PKGBUILD
index 68ec8090869c..3a6e43aa5257 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,10 @@ pkgver=20120714
pkgrel=1
pkgdesc="hURL is a hexadecimal & URL encoder + decoder, and does several base conversions (similar to radare's rax(2) utility)"
arch=('i686' 'x86_64')
-url=("https://github.com/fnord0/hURL")
+url="https://github.com/fnord0/hURL"
license=('GPL')
provides=('hurl')
+depends=("perl-cgi" "perl-uri")
makedepends=('git')
_gitroot=("http://github.com/fnord0/hURL.git")
_gitname=("hURL")