Date: Sunday, March 3, 2019 @ 09:26:00 Author: lfleischer Revision: 437439
upgpkg: nickle 2.84-1 Upstream update. Modified: nickle/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-03 09:24:05 UTC (rev 437438) +++ PKGBUILD 2019-03-03 09:26:00 UTC (rev 437439) @@ -2,8 +2,8 @@ # Contributor: Jan de Groot <[email protected]> pkgname=nickle -pkgver=2.82 -pkgrel=2 +pkgver=2.84 +pkgrel=1 pkgdesc="A programming language based prototyping environment with powerful programming and scripting capabilities" arch=('x86_64') url="http://nickle.org" @@ -10,7 +10,7 @@ license=('custom') depends=('readline') source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz") -md5sums=('7a94fe60d07d7b8db7b47781929fb8d3') +md5sums=('cf2a1e403698835a152e56b625857e07') build() { cd "${srcdir}/${pkgname}-${pkgver}"
