diff options
-rw-r--r-- | pcr/octave-image/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pcr/octave-image/PKGBUILD b/pcr/octave-image/PKGBUILD index 1fd17c752..4978b5bf6 100644 --- a/pcr/octave-image/PKGBUILD +++ b/pcr/octave-image/PKGBUILD @@ -1,8 +1,8 @@ # -# Contributor : Philipp Brüschweiler <blei42 gmail com> -# Contributor : Ng Oon-Ee <ngoonee.talk@gmail.com> -# Contriburor : Clemens Buchacher <drizzd@aon.at> -# Maintainer : Aurélien DESBRIÈRES <aurelien@hackers.camp> +# Contributor (Arch): Philipp Brüschweiler <blei42 gmail com> +# Contributor (Arch): Ng Oon-Ee <ngoonee.talk@gmail.com> +# Maintainer (Arch): Clemens Buchacher <drizzd@aon.at> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # # You can use the newpkg script from # https://github.com/drizzd/octave-forge-archlinux to automatically generate @@ -11,7 +11,7 @@ _pack=image pkgname=octave-$_pack -pkgver=2.2.1 +pkgver=2.2.2 pkgrel=1 pkgdesc="The Octave-forge Image package provides functions for processing images. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more." arch=(any) @@ -27,6 +27,7 @@ install=$pkgname.install _archive=$_pack-$pkgver.tar.gz source=("http://downloads.sourceforge.net/octave/$_archive") noextract=("$_archive") +md5sums=('c02a05ba37ffb38ad2b59906a56c7807') build() { cd "$srcdir" |