diff options
Diffstat (limited to 'community/geda-gaf/PKGBUILD')
-rw-r--r-- | community/geda-gaf/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/geda-gaf/PKGBUILD b/community/geda-gaf/PKGBUILD index ac4362130..938f113f6 100644 --- a/community/geda-gaf/PKGBUILD +++ b/community/geda-gaf/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 99104 2013-10-24 12:53:47Z kkeen $ +# $Id: PKGBUILD 104743 2014-01-25 15:14:59Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: Jared Casper <jaredcasper@gmail.com> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> pkgname=geda-gaf -pkgver=1.8.1 -pkgrel=4 +pkgver=1.8.2 +pkgrel=1 pkgdesc="gEDA/gaf suite - Contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project" arch=('i686' 'x86_64' 'mips64el') url="http://geda-project.org/" @@ -17,7 +17,7 @@ optdepends=('python2: for two of the commands (garchive, tragesym)' replaces=('geda-suite' 'geda-libs') install=geda-gaf.install source=(http://ftp.geda-project.org/geda-gaf/stable/v1.8/$pkgver/$pkgname-$pkgver.tar.gz) -md5sums=('3c5ef297e403b493fdf7a5d47bbeeb73') +md5sums=('fa8a807615decf47027e22a217dd0ded') build () { |