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 0c5a273fd..98f261981 100644 --- a/community/galculator/PKGBUILD +++ b/community/galculator/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 81934 2013-01-03 21:00:53Z bpiotrowski $ +# $Id: PKGBUILD 84391 2013-02-17 21:32:04Z 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.1 +pkgver=2.1 pkgrel=1 pkgdesc='GTK+ based scientific calculator' arch=('i686' 'x86_64') @@ -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=('c4436478adfef4f3a7d6c42ce8286d34') +sha256sums=('f3ae03601a123287cddf6f79e79cf37bbe5ce87a98997e0fd623f1cd08e6f6be') build() { cd $srcdir/$pkgname-$pkgver |