summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a6aec088e28..5d8a766b2091 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
pkgbase = poseidon-browser-git
pkgdesc = A fast, minimal and lightweight browser.
- pkgver = r87.6ebaddf
+ pkgver = r90.29267cd
pkgrel = 1
url = https://github.com/sidus-dev/poseidon
arch = any
license = GPL3
license = MIT
makedepends = git
+ depends = binutils
+ depends = fakeroot
+ depends = tk
depends = python3
depends = python-gobject
depends = python-decorator
diff --git a/PKGBUILD b/PKGBUILD
index ca388700fe3d..c3d2db618874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Light <sidus at arbornet.org>
pkgname=poseidon-browser-git
-pkgver=r87.6ebaddf
+pkgver=r90.29267cd
pkgrel=1
pkgdesc='A fast, minimal and lightweight browser.'
url='https://github.com/sidus-dev/poseidon'
arch=('any')
license=('GPL3' 'MIT')
-depends=('python3' 'python-gobject' 'python-decorator' 'python-six' 'python-requests' 'python-pillow' 'python-cairo' 'pyopenssl' 'gtk3' 'gtksourceview3' 'webkit2gtk>=2.12.3')
+depends=('binutils' 'fakeroot' 'tk' 'python3' 'python-gobject' 'python-decorator' 'python-six' 'python-requests' 'python-pillow' 'python-cairo' 'pyopenssl' 'gtk3' 'gtksourceview3' 'webkit2gtk>=2.12.3')
optdepends=('gst-libav: HTML5 H264 videos support'
'gst-plugins-base: HTML5 OGG videos support'
'gst-plugins-good: HTML5 H264 and WebM videos support'