summaryrefslogtreecommitdiff
path: root/community/gsimplecal/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gsimplecal/PKGBUILD')
-rw-r--r--community/gsimplecal/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/gsimplecal/PKGBUILD b/community/gsimplecal/PKGBUILD
index ede1ac540..8f1688ad4 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' 'mips64el')
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