summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlsnk2020-07-24 04:13:05 +0200
committerlsnk2020-07-24 04:13:05 +0200
commit7ad835aff4b34fc05f207a3a2640531a98a24afe (patch)
tree07910c26ddee182acc4d98d896296a92dd00c7ec
parent64c10e2224efc3fcd2936f222baff75bb6531478 (diff)
downloadaur-7ad835aff4b34fc05f207a3a2640531a98a24afe.tar.gz
add license, add qt5-imageformats dep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2816fd5b4e7..e6678148ca2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,13 @@ pkgbase = hydroid-git
url = https://github.com/thatfuckingbird/hydroid
arch = i686
arch = x86_64
+ license = AGPL3
makedepends = qt5-tools
depends = qt5-base
depends = qt5-quickcontrols2
depends = qt5-svg
depends = qt5-graphicaleffects
+ depends = qt5-imageformats
provides = hydroid
source = hydroid-git::git+https://github.com/thatfuckingbird/hydroid.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ecdc98a51765..d99e78d73d6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@ pkgrel=1
pkgdesc="A Hydrus client."
arch=('i686' 'x86_64')
url="https://github.com/thatfuckingbird/hydroid"
-depends=('qt5-base' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-graphicaleffects')
+license=('AGPL3')
+depends=('qt5-base' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-graphicaleffects' 'qt5-imageformats')
makedepends=('qt5-tools')
provides=('hydroid')
source=("$pkgname"::"git+https://github.com/thatfuckingbird/hydroid.git")