summaryrefslogtreecommitdiff
path: root/community/qgit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qgit/PKGBUILD')
-rw-r--r--community/qgit/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qgit/PKGBUILD b/community/qgit/PKGBUILD
index 696f3c03b..51376a723 100644
--- a/community/qgit/PKGBUILD
+++ b/community/qgit/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 49264 2011-06-13 14:58:16Z schuay $
+# $Id: PKGBUILD 85388 2013-03-01 10:37:43Z andrea $
# Maintainer: schuay <jakob.gruber@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
@@ -6,12 +6,12 @@
pkgname=qgit
pkgver=2.3
-pkgrel=3
+pkgrel=4
pkgdesc="A GIT GUI viewer built on Qt/C++"
url="http://digilander.libero.it/mcostalba/"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('qt' 'git')
+depends=('qt4' 'git')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
'qgit.desktop' 'qgit.png'
'0001-Cause-qgit-to-use-git-config-everywhere.patch')