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/gsimplecal | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/gsimplecal')
-rw-r--r-- | community/gsimplecal/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/community/gsimplecal/PKGBUILD b/community/gsimplecal/PKGBUILD index d469f7621..54932d156 100644 --- a/community/gsimplecal/PKGBUILD +++ b/community/gsimplecal/PKGBUILD @@ -1,22 +1,23 @@ -# $Id: PKGBUILD 76303 2012-09-15 15:56:51Z jsteel $ -# Maintainer: Jonathan Steel <mail at jsteel dot org> +# $Id: PKGBUILD 101058 2013-11-15 19:09:26Z jsteel $ +# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org> # Contributor: DrZaius <lou at fakeoutdoorsman dot com> # Contributor: Victor Feight <vrfeight3 at gmail dot com> pkgname=gsimplecal -pkgver=1.6 +pkgver=2.0 pkgrel=1 pkgdesc="Simple and lightweight GTK calendar" arch=('i686' 'x86_64') url="http://dmedvinsky.github.com/$pkgname" license=('BSD') -depends=('gtk2') -source=(https://github.com/downloads/dmedvinsky/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('05a596de37491e52b646a0c71ec14841') +depends=('gtk3') +source=(https://github.com/dmedvinsky/$pkgname/archive/v$pkgver.tar.gz) +md5sums=('ae839d5470c9f9a80d2b6a12164ae232') build() { cd "$srcdir"/$pkgname-$pkgver + ./autogen.sh ./configure --prefix=/usr make |