summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaurabh Kumar Sharma2021-09-05 18:24:30 +0530
committerSaurabh Kumar Sharma2021-09-05 18:24:30 +0530
commitc329738fb58af844657945e0e360c6cbf9a96c90 (patch)
treedeee6909fb8a58db82977c41ac490dbaebe0caf1
parent448f4b2de64ed419c116befb265d370f06ac1f20 (diff)
downloadaur-c329738fb58af844657945e0e360c6cbf9a96c90.tar.gz
trimmed unused dependencies and corrected license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e6587554390..ca2b5f1930f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,7 @@ pkgbase = imgbrd-grabber-bin
pkgrel = 3
url = https://github.com/Bionus/imgbrd-grabber
arch = x86_64
- license = GPL
- depends = wget
- depends = imagemagick
+ license = Apache-2.0 License
conflicts = imgbrd-grabber-git
options = !strip
source = imgbrd-grabber.tar.gz::https://github.com/Bionus/imgbrd-grabber/releases/download/v7.6.2/Grabber_v7.6.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1fc3e4b03b05..fb59c9a8a3f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,7 @@ pkgrel=3
pkgdesc="Unofficial binary installer for ImgBrd Grabber"
arch=("x86_64")
url="https://github.com/Bionus/imgbrd-grabber"
-license=("GPL")
-depends=("wget" "imagemagick")
+license=("Apache-2.0 License")
options=('!strip')
conflicts=('imgbrd-grabber-git')