diff options
author | Bad Cast | 2023-03-01 17:53:47 +0600 |
---|---|---|
committer | Bad Cast | 2023-03-01 17:53:47 +0600 |
commit | 46ffc82b417546ca050eadd8a37306fed9d14eaf (patch) | |
tree | 56324bf085370af655898e3594b366601e4a2b26 /PKGBUILD | |
parent | 2b6dba61bcaba0b85983f49957cddd39f2f3b2e3 (diff) | |
download | aur-sample-cmake-git.tar.gz |
changed depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |