diff options
Diffstat (limited to 'neutrino/PKGBUILD')
-rwxr-xr-x | neutrino/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/neutrino/PKGBUILD b/neutrino/PKGBUILD index c4ebec92a..2e4878114 100755 --- a/neutrino/PKGBUILD +++ b/neutrino/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname=neutrino _pkgname=Neutrino -pkgver=2.2 -pkgrel=2 +pkgver=2.3 +pkgrel=1 pkgdesc="A light, expandable and full featured image analysis tool for research." arch=('i686' 'x86_64') url="http://web.luli.polytechnique.fr/${_pkgname}/" @@ -60,6 +60,5 @@ package() { cd ${_pkgname}/build make DESTDIR="${pkgdir}" install - rm "${pkgdir}/usr/share/doc/neutrino/LICENSE.txt" } |