summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcaltlgin2020-09-07 11:40:35 +1200
committercaltlgin2020-09-07 11:40:35 +1200
commit7cdaab6692a12d2249b999bb3ecde38233d02c38 (patch)
tree6d71b318a938300a946a95e51980f5823642fb57 /PKGBUILD
parent4d4da3e2ea0e3299fdd9940346aa3c2a8cec6a57 (diff)
downloadaur-7cdaab6692a12d2249b999bb3ecde38233d02c38.tar.gz
Remove unnecessary dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1abaca7ba4bf..8a0fc5d21290 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
pkgname='form-extractor'
pkgver=2.8
-pkgrel=1
+pkgrel=2
pkgdesc='Extract form tags from html'
arch=('any')
url='https://www.timedicer.co.uk/programs/help/form-extractor.sh.php'
license=('APACHE')
-depends=('ghostscript' 'imagemagick')
source=("${pkgname}-${pkgver}::https://www.timedicer.co.uk/programs/${pkgname}.sh")
sha256sums=('SKIP')