[arch-commits] Commit in gsimplecal/trunk (PKGBUILD)

Jonathan Steel jsteel at nymeria.archlinux.org
Fri Nov 15 19:09:04 UTC 2013


    Date: Friday, November 15, 2013 @ 20:09:04
  Author: jsteel
Revision: 101057

upgpkg: gsimplecal 2.0-1

Modified:
  gsimplecal/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-15 18:17:09 UTC (rev 101056)
+++ PKGBUILD	2013-11-15 19:09:04 UTC (rev 101057)
@@ -1,22 +1,23 @@
 # $Id$
-# Maintainer: Jonathan Steel <mail at jsteel dot org>
+# 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




More information about the arch-commits mailing list