summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22a7848b554d..1054a423f8f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 8 19:22:07 UTC 2016
+# Sun Nov 12 17:58:08 UTC 2017
pkgbase = arora-git
pkgdesc = A lightweight, cross-platform Qt4 WebKit browser
- pkgver = 0.11.0.21.g7c7514d
- pkgrel = 3
+ pkgver = 0.11.0.27.ga2d1975
+ pkgrel = 1
url = https://github.com/arora/arora
arch = i686
arch = x86_64
@@ -11,8 +11,6 @@ pkgbase = arora-git
makedepends = git
depends = qt4
depends = qtwebkit
- depends = hicolor-icon-theme
- depends = desktop-file-utils
provides = arora
conflicts = arora
source = git://github.com/Arora/arora.git
diff --git a/PKGBUILD b/PKGBUILD
index 020550bf4509..8f3780768d42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
+# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: sudokode <sudokode@gmail.com>
# Contributor: Christos Nouskas <nous at archlinux dot us>
# Contributor: Jakub Luzny <limoto94@gmail.com>
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=arora-git
-pkgrel=3
-pkgver=0.11.0.21.g7c7514d
+pkgrel=1
+pkgver=0.11.0.27.ga2d1975
pkgdesc="A lightweight, cross-platform Qt4 WebKit browser"
arch=('i686' 'x86_64')
url="https://github.com/arora/arora"
license=('GPL2')
-depends=('qt4' 'qtwebkit' 'hicolor-icon-theme' 'desktop-file-utils')
+depends=('qt4' 'qtwebkit')
makedepends=('git')
provides=('arora')
conflicts=('arora')