summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f460dd02b1c..d5ee25d12753 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = huggle
pkgdesc = Huggle Anti-Vandalism tool for Wikipedia
pkgver = 3.1.18
- pkgrel = 1
+ pkgrel = 2
url = https://en.wikipedia.org/wiki/Wikipedia:Huggle
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = huggle
makedepends = qconf
makedepends = cmake
makedepends = qtwebkit
- makedepends = qt5-base
+ makedepends = qt4
source = https://github.com/huggle/huggle3-qt-lx/archive/3.1.18.tar.gz
md5sums = 33dc2147cee192e1209d0ca1e81dcf3d
diff --git a/PKGBUILD b/PKGBUILD
index be17c3ebf30d..da0b0cf8bc8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Samuel Damashek <samuel dot damashek at gmail dot com>
pkgname=huggle
pkgver=3.1.18
-pkgrel=1
+pkgrel=2
pkgdesc="Huggle Anti-Vandalism tool for Wikipedia"
arch=('i686' 'x86_64')
url="https://en.wikipedia.org/wiki/Wikipedia:Huggle"
license=('GPL')
-makedepends=('qconf' 'cmake' 'qtwebkit' 'qt5-base')
+makedepends=('qconf' 'cmake' 'qtwebkit' 'qt4')
groups=('base-devel')
source=("https://github.com/huggle/huggle3-qt-lx/archive/${pkgver}.tar.gz")
md5sums=('33dc2147cee192e1209d0ca1e81dcf3d')