diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/glom | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/glom')
-rw-r--r-- | community/glom/PKGBUILD | 9 | ||||
-rw-r--r-- | community/glom/glom.changelog | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/community/glom/PKGBUILD b/community/glom/PKGBUILD index 5107ce651..55b3d7da8 100644 --- a/community/glom/PKGBUILD +++ b/community/glom/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 99763 2013-10-30 23:33:51Z allan $ +# $Id: PKGBUILD 102249 2013-12-07 10:36:33Z bpiotrowski $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=glom -pkgver=1.24.1 -pkgrel=1 +pkgver=1.24.2 +pkgrel=2 pkgdesc="An easy-to-use database designer and user interface" arch=('i686' 'x86_64') url="http://www.glom.org/" @@ -14,8 +14,9 @@ license=('GPL') depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql') makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost') install=$pkgname.install +changelog=$pkgname.changelog source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.24/$pkgname-$pkgver.tar.xz) -sha256sums=('eae586be8d3fc36ee80e5ca0ef5d877e76d346cbfe451c9abff5be27692030d1') +sha256sums=('7bd16c9ac0db15d273667c1a39c1f5056669281d69e9c779548b1f6bdaef798b') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/glom/glom.changelog b/community/glom/glom.changelog new file mode 100644 index 000000000..4e02bf969 --- /dev/null +++ b/community/glom/glom.changelog @@ -0,0 +1,2 @@ +2013-11-11 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * glom-1.24.2-1 |