diff options
Diffstat (limited to 'community/subsurface/PKGBUILD')
-rw-r--r-- | community/subsurface/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/subsurface/PKGBUILD b/community/subsurface/PKGBUILD index f0d7087db..53fb2697e 100644 --- a/community/subsurface/PKGBUILD +++ b/community/subsurface/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 105595 2014-02-11 07:54:24Z bisson $ +# $Id: PKGBUILD 108147 2014-03-24 00:57:29Z bisson $ # Contributor: Francois Boulogne <fboulogne at april dot org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=subsurface _pkgname=Subsurface -pkgver=4.0.2 +pkgver=4.0.3 pkgrel=1 pkgdesc='Divelog program' url='http://subsurface.hohndel.org/' @@ -12,7 +12,7 @@ license=('GPL2') arch=('i686' 'x86_64') depends=('qt4' 'kdeedu-marble' 'libzip' 'libxml2' 'libxslt' 'sqlite' 'libdivecomputer' 'libusbx') source=("http://subsurface.hohndel.org/downloads/${_pkgname}-${pkgver}.tgz") -sha1sums=('14370c2e91f82a6df32d44e2a0a4b20908c74465') +sha1sums=('f813196bbef98130b1fcb778baf6b504ec01a1eb') build() { cd "${srcdir}/${_pkgname}-${pkgver}" |