diff options
author | Narrat | 2024-06-09 22:33:38 +0200 |
---|---|---|
committer | Narrat | 2024-06-09 22:33:38 +0200 |
commit | 22b916256e0280cc8a7af36956f98ff951033e6e (patch) | |
tree | 85264636888f3df5b5fd88dbedea54e86aac9cf7 | |
parent | d6a574f6990da04657943a6a3a7d5441e6717d9c (diff) | |
download | aur-22b916256e0280cc8a7af36956f98ff951033e6e.tar.gz |
libint2: drop base-devel packages
packages from base-devel are a requirement and therefore aren't commonly included in the deps.
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -9,8 +9,6 @@ pkgbase = libint2 makedepends = python makedepends = gcc-fortran makedepends = cmake - makedepends = automake - makedepends = autoconf makedepends = eigen depends = boost options = staticlibs @@ -10,7 +10,7 @@ url='https://github.com/evaleev/libint' license=('GPL-3.0-only' 'LGPL-3.0-only') arch=('x86_64') depends=('boost') -makedepends=('python' 'gcc-fortran' 'cmake' 'automake' 'autoconf' 'eigen') +makedepends=('python' 'gcc-fortran' 'cmake' 'eigen') source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/evaleev/libint/archive/v${pkgver}.tar.gz") sha256sums=('4929b2f2d3e53479270be052e366e8c70fa154a7f309e5c2c23b7d394159687d') options=(staticlibs) |