summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBad Cast2023-03-01 17:53:47 +0600
committerBad Cast2023-03-01 17:53:47 +0600
commit46ffc82b417546ca050eadd8a37306fed9d14eaf (patch)
tree56324bf085370af655898e3594b366601e4a2b26 /PKGBUILD
parent2b6dba61bcaba0b85983f49957cddd39f2f3b2e3 (diff)
downloadaur-sample-cmake-git.tar.gz
changed depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1ae854d27f4..8a346ee8e926 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/badcast/sample-cmake"
pkgdesc="Sample from cmake project, Export and Import data. How to compile & run?"
arch=(x86_64 i686)
license=('GPL3')
-depends=('gcc')
+depends=('gcc-libs')
makedepends=('cmake' 'gcc' 'make' 'coreutils' 'git')
source=("git+https://github.com/badcast/sample-cmake.git")
md5sums=('SKIP')