summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Buehler2021-01-26 12:45:12 +0100
committerFelix Buehler2021-01-26 12:45:12 +0100
commite94767222fa48f20a14a9f24727d1853f306f4d5 (patch)
tree87f3018d3b60edac8670cdb5fcc7d90e448b1733 /PKGBUILD
parenta4ee8798902517899ddd29a7f3eb3f5bff48ee6e (diff)
downloadaur-e94767222fa48f20a14a9f24727d1853f306f4d5.tar.gz
move webkit2gtk to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cc626986700..8b751536327b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="The spiritual successor to FeedReader"
arch=(any)
url="https://gitlab.com/news-flash/news_flash_gtk"
license=(GPL3)
-depends=("libhandy>=1")
-makedepends=(git cargo meson rust webkit2gtk)
+depends=(libhandy webkit2gtk)
+makedepends=(git cargo meson rust)
conflicts=(newsflash)
source=("git+https://gitlab.com/news-flash/news_flash_gtk.git")
sha512sums=("SKIP")