summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrobot Viktor2019-05-03 13:00:58 +0300
committerDrobot Viktor2019-05-03 13:00:58 +0300
commit25eb30f1c011b53e43c3607c801a1cc44b189c1c (patch)
treefe045abdfabdf5590479ddaede3b712ef5834342
parent970e73b6e2c0f931be28f38cacd5f8952ff4964a (diff)
downloadaur-25eb30f1c011b53e43c3607c801a1cc44b189c1c.tar.gz
Fixed pkgname
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7d3de0650fd..73a1a86713e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = libint
+pkgbase = libint2
pkgdesc = A library for the evaluation of molecular integrals of many-body operators over Gaussian functions
pkgver = 2.5.0
pkgrel = 1
@@ -17,5 +17,5 @@ pkgbase = libint
source = https://github.com/evaleev/libint/archive/v2.5.0.tar.gz
sha1sums = ab49e3c3691bbeb32310d81f0bfff315db4213f2
-pkgname = libint
+pkgname = libint2
diff --git a/PKGBUILD b/PKGBUILD
index 1ab78454ec49..4097cc6014bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
-pkgname=libint
+pkgname=libint2
pkgver=2.5.0
pkgrel=1
pkgdesc='A library for the evaluation of molecular integrals of many-body operators over Gaussian functions'