diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-21 10:43:42 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-21 10:43:42 +0200 |
commit | 4e66a1c1c541a0b60aa63f4d846c5e6f225b71b8 (patch) | |
tree | db8c1d395ab4a671230a246df665dbee6b62235d /community/geos | |
parent | 742bd5a396f7a4c474e8ffec0686fc7312603cb8 (diff) | |
parent | 031887a2047546085998f965214f5b682664de9b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/emacs-nox/PKGBUILD
community/gmic/PKGBUILD
community/libgtksourceviewmm2/PKGBUILD
community/libnewt/PKGBUILD
community/nicotine/PKGBUILD
community/plan9port/PKGBUILD
extra/calligra/PKGBUILD
extra/ilmbase/PKGBUILD
extra/libwps/PKGBUILD
extra/openexr/PKGBUILD
extra/poppler/PKGBUILD
Diffstat (limited to 'community/geos')
-rw-r--r-- | community/geos/PKGBUILD | 6 | ||||
-rw-r--r-- | community/geos/geos.changelog | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/community/geos/PKGBUILD b/community/geos/PKGBUILD index 1c531f85c..08b44619c 100644 --- a/community/geos/PKGBUILD +++ b/community/geos/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 84760 2013-02-24 12:07:30Z jlichtblau $ +# $Id: PKGBUILD 88623 2013-04-20 17:34:23Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org # Contributor: William Rea <sillywilly@gmail.com> # Contributor: Alexander Rødseth <rodseth@gmail.com> pkgname=geos -pkgver=3.3.7 +pkgver=3.3.8 pkgrel=1 pkgdesc="C++ port of the Java Topology Suite" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ depends=('gcc-libs' 'bash') options=('!libtool' '!emptydirs') changelog=$pkgname.changelog source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('fd01c21b54a3c48cac3e7885f26d4ca10ea9944238776b8ce03489e5e45c592b') +sha256sums=('ebecd4d1a71bcc28e5e883296cd8c52a80d5596335e74728f320989734fa503b') build() { cd ${srcdir}/$pkgname-$pkgver diff --git a/community/geos/geos.changelog b/community/geos/geos.changelog index 9101abbb8..a230f5fcf 100644 --- a/community/geos/geos.changelog +++ b/community/geos/geos.changelog @@ -1,3 +1,6 @@ +2013-04-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * geos 3.3.8-1 + 2013-02-24 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * geos 3.3.7-1 |