summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeeweep2019-08-31 13:06:24 +0800
committerpeeweep2019-08-31 13:06:24 +0800
commit339fced17d397b492ea0ef42f23baee79438ba7d (patch)
tree705c7dcb6cb332e24d2140e8d9f6f200669d5d42
parent6d053a11b025b69d90128bc6096b5dd30916381f (diff)
downloadaur-339fced17d397b492ea0ef42f23baee79438ba7d.tar.gz
Update: depends/license
* depends: boost-libs to boost * license: LGPLv3 to LGPL3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 532d5b8dbca1..4601a41dca64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-minieigen-git
pkgdesc = Boost::Python wrapper for parts of the Eigen c++ library
pkgver = 20190218.3cf33d9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eudoxos/minieigen
arch = x86_64
- license = LGPLv3
+ license = LGPL3
makedepends = git
- makedepends = boost-libs
+ makedepends = boost
makedepends = eigen
makedepends = python>=3.5
- depends = boost-libs
+ depends = boost
depends = eigen
depends = python>=3.5
source = python-minieigen-git::git+https://github.com/eudoxos/minieigen.git
diff --git a/PKGBUILD b/PKGBUILD
index 0d7cce1910f6..d52c1b163464 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=('python-minieigen-git')
pkgdesc="Boost::Python wrapper for parts of the Eigen c++ library"
pkgver=20190218.3cf33d9
-pkgrel=1
-license=('LGPLv3')
+pkgrel=2
+license=('LGPL3')
url='https://github.com/eudoxos/minieigen'
arch=('x86_64')
-makedepends=('git' 'boost-libs' 'eigen' 'python>=3.5')
-depends=('boost-libs' 'eigen' 'python>=3.5')
+makedepends=('git' 'boost' 'eigen' 'python>=3.5')
+depends=('boost' 'eigen' 'python>=3.5')
source=("${pkgname}::git+${url}.git"
"0001-${pkgname}.patch")
md5sums=('SKIP'