diff options
Diffstat (limited to 'community/galculator/PKGBUILD')
-rw-r--r-- | community/galculator/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/galculator/PKGBUILD b/community/galculator/PKGBUILD index f61078339..813d5bf74 100644 --- a/community/galculator/PKGBUILD +++ b/community/galculator/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 78485 2012-10-19 15:50:56Z bpiotrowski $ +# $Id: PKGBUILD 81934 2013-01-03 21:00:53Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: SpepS <dreamspepser at yahoo dot it> # Contributor: Alexander Fehr <pizzapunk gmail com> pkgname=galculator -pkgver=2.0 +pkgver=2.0.1 pkgrel=1 pkgdesc='GTK+ based scientific calculator' arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ depends=('gtk3' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils makedepends=('intltool') install=$pkgname.install source=(http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2) -md5sums=('2bec5c1cdab9c5421855f878f8018929') +md5sums=('c4436478adfef4f3a7d6c42ce8286d34') build() { cd $srcdir/$pkgname-$pkgver |