summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2024-06-09 22:33:38 +0200
committerNarrat2024-06-09 22:33:38 +0200
commit22b916256e0280cc8a7af36956f98ff951033e6e (patch)
tree85264636888f3df5b5fd88dbedea54e86aac9cf7
parentd6a574f6990da04657943a6a3a7d5441e6717d9c (diff)
downloadaur-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--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9876ff7e40f0..0ce4ab0a2795 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,6 @@ pkgbase = libint2
makedepends = python
makedepends = gcc-fortran
makedepends = cmake
- makedepends = automake
- makedepends = autoconf
makedepends = eigen
depends = boost
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 4cf1400af742..a0134f2d32d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)