summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomasTraineau2023-05-29 10:21:54 +0200
committerThomasTraineau2023-05-29 10:21:54 +0200
commite4b9926e3ae23446ca916353c5b929350a6843aa (patch)
tree87ea07c38ff7b33f3e8e44a9d0626b84854663e9
parenta3f34edbc6d9f02f7a3c9f9c821284a91932879e (diff)
downloadaur-e4b9926e3ae23446ca916353c5b929350a6843aa.tar.gz
added dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b0bcde45699..5d3ca476a88a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = hatt-bin
url = https://github.com/FrenchGithubUser/Hatt
arch = x86_64
license = GPL
+ depends = webkit2gtk
provides = hatt
conflicts = hatt
source = https://raw.githubusercontent.com/FrenchGithubUser/Hatt/main/frontend/public/images/hatt-logo.png
diff --git a/PKGBUILD b/PKGBUILD
index cd16b952b238..f05c4babfc2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/FrenchGithubUser/Hatt"
_assets_url="https://raw.githubusercontent.com/FrenchGithubUser/Hatt/main"
license=('GPL')
-#depends=("")
+depends=("webkit2gtk")
#makedepends=("")
#optdepends=("")
provides=("$_pkgname")
@@ -22,4 +22,4 @@ package() {
install -Dm755 "$_pkgname-linux-amd64" "$pkgdir/usr/bin/$_pkgname"
install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$_pkgname.desktop
install -Dm644 $srcdir/$_pkgname-logo.png $pkgdir/usr/share/pixmaps/$_pkgname.png
-} \ No newline at end of file
+}