summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanas Simon2024-02-09 18:16:10 +0100
committerCanas Simon2024-02-09 18:16:10 +0100
commit833fcf38715e96e371d344abe81d1120a45d45f9 (patch)
tree3786a082bce4ed63fd3d5c316fb5b77f94d7b198
parent9b3cbb7d64718db18b120bcedf563990a2ad2781 (diff)
downloadaur-833fcf38715e96e371d344abe81d1120a45d45f9.tar.gz
Oops! I am an idiot
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 346b94123b39..220652f13c19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')