diff options
| author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-18 22:25:40 +0100 | 
|---|---|---|
| committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-18 22:25:40 +0100 | 
| commit | 5fc206e11ea83a31e64a0359dc6d78f76d200499 (patch) | |
| tree | a997cb1602599766fdaa908453ae2705e0a0691f /linux/makepkg | |
| parent | Basic adblock FilterRule (diff) | |
| download | smolbote-5fc206e11ea83a31e64a0359dc6d78f76d200499.tar.xz | |
Some bugfixes
Diffstat (limited to 'linux/makepkg')
| -rw-r--r-- | linux/makepkg/PKGBUILD | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index 0d9fc88..b506347 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -10,7 +10,7 @@ arch=('x86_64')  license=('GPL3')  depends=('qt5-base' 'qt5-webengine') -makedepends=('git' 'qt5-tools' 'qbs') +makedepends=('git' 'qt5-tools' 'qbs', 'libconfig', 'pkg-config')  source=("git+git://neueland.iserlohn-fortress.net/smolbote.git")  sha512sums=('SKIP') | 
