Date: Sunday, February 5, 2017 @ 10:35:54 Author: andyrtr Revision: 288064
upgpkg: libixion 0.12.2-1 upstream update 0.12.2 Modified: libixion/trunk/PKGBUILD Deleted: libixion/trunk/LICENSE ----------+ LICENSE | 3 --- PKGBUILD | 12 +++++------- 2 files changed, 5 insertions(+), 10 deletions(-) Deleted: LICENSE =================================================================== --- LICENSE 2017-02-05 10:31:42 UTC (rev 288063) +++ LICENSE 2017-02-05 10:35:54 UTC (rev 288064) @@ -1,3 +0,0 @@ -This Source Code Form is subject to the terms of the Mozilla Public -License, v. 2.0. If a copy of the MPL was not distributed with this -file, You can obtain one at http://mozilla.org/MPL/2.0/. Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-05 10:31:42 UTC (rev 288063) +++ PKGBUILD 2017-02-05 10:35:54 UTC (rev 288064) @@ -3,8 +3,8 @@ # Contributor: kusakata <shohei atmark kusakata period com> pkgname=libixion -pkgver=0.11.1 -pkgrel=5 +pkgver=0.12.2 +pkgrel=1 pkgdesc="A general purpose formula parser & interpreter" arch=('i686' 'x86_64') url="https://gitlab.com/ixion/ixion/blob/master/README.md" @@ -11,10 +11,8 @@ license=('custom') depends=('boost-libs' 'python') makedepends=('boost' 'mdds') -source=("https://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz" - LICENSE) -sha256sums=('c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede' - '2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e') +source=("https://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz") +sha256sums=('8b44008836bb4e1a3dff4d3e40afec6c73037e3518e72cc85b5cc675fbc2daae') build() { cd ${pkgname}-${pkgver} @@ -32,6 +30,6 @@ cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install # LICENSE file is missing in tarball - install -Dm644 $srcdir/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }
