Date: Tuesday, May 30, 2017 @ 15:22:34 Author: anthraxx Revision: 231291
upgpkg: owl-lisp 0.1.14-1 Modified: owl-lisp/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-30 15:22:28 UTC (rev 231290) +++ PKGBUILD 2017-05-30 15:22:34 UTC (rev 231291) @@ -1,8 +1,8 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=owl-lisp -pkgver=0.1.13 -pkgrel=3 +pkgver=0.1.14 +pkgrel=1 pkgdesc='Simple purely functional lisp' url='https://github.com/aoh/owl-lisp' arch=('i686' 'x86_64') @@ -9,7 +9,8 @@ license=('MIT') depends=('glibc') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz) -sha512sums=('141543d8c5c8e3bca504fdeb533b2bc10e455f72bf24bb454c24d146a991f92b0b0777eef32cf12f9ddf50ee05a1ad143c80ea075f7f25946acb6eb61bc010c0') +sha256sums=('4d9982da3582456d1e769e25a7d0b2daefe859c45e262c8f56f794114f9a29a0') +sha512sums=('687fcb408956331d4c4f31cbd637cb2808cc913c9b90df84473a6e918ad934d397744064cb3bba0851a1a97c48b0c695993352ff4405f5619da157500dbc2c85') prepare() { cd ${pkgname}-${pkgver} @@ -25,8 +26,8 @@ cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl" - install -Dm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README" + install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}" + install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}" } # vim: ts=2 sw=2 et:
