diff options
author | Canas Simon | 2024-02-09 18:16:10 +0100 |
---|---|---|
committer | Canas Simon | 2024-02-09 18:16:10 +0100 |
commit | 833fcf38715e96e371d344abe81d1120a45d45f9 (patch) | |
tree | 3786a082bce4ed63fd3d5c316fb5b77f94d7b198 | |
parent | 9b3cbb7d64718db18b120bcedf563990a2ad2781 (diff) | |
download | aur-833fcf38715e96e371d344abe81d1120a45d45f9.tar.gz |
Oops! I am an idiot
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ url="https://github.com/bluescan/${_pkgname}" license=('ISC') provides=("${_pkgname}=${pkgver}") provides=(${_pkgname}) -depends=('libx11') -makedepends=('cmake' 'dpkg' 'gcc12' 'git' 'ninja') # dpkg is needed since only building a debian package creates a installation-ready directory structure :-(. +depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11' 'libxcb') +makedepends=('cmake' 'dpkg' 'git' 'ninja') # dpkg is needed since only building a debian package creates a installation-ready directory structure :-(. source=("git+${url}.git") sha512sums=('SKIP') |