Date: Friday, January 26, 2018 @ 20:23:19 Author: lfleischer Revision: 287283
upgpkg: nickle 2.80-1 Upstream update. Modified: nickle/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-26 20:21:42 UTC (rev 287282) +++ PKGBUILD 2018-01-26 20:23:19 UTC (rev 287283) @@ -1,9 +1,9 @@ -#$Id$ -# Maintainer: Jan de Groot <[email protected]> +# Maintainer: Lukas Fleischer <[email protected]> +# Contributor: Jan de Groot <[email protected]> pkgname=nickle -pkgver=2.70 -pkgrel=5 +pkgver=2.80 +pkgrel=1 pkgdesc="A programming language based prototyping environment with powerful programming and scripting capabilities" arch=('x86_64') url="http://nickle.org" @@ -10,10 +10,11 @@ license=('custom') depends=('readline') source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz") -md5sums=('fbb77ad1c6f80a9a67ae28a2a678ed67') +md5sums=('cf779bb5bd7534208aab2de1f93c7dff') build() { cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr make } @@ -20,6 +21,7 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" }
