summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2016-07-05 10:47:12 -0700
committerShadowKyogre2016-07-05 10:47:12 -0700
commit24a85ef19ee5a383130e69ae3bd0c7bec7cdd3b7 (patch)
tree512345024ce5d5e21955fbaf55701d5282f9cd8b
parentd4f7099bd3ca17caf9f26f4a3c2a266a69fe52e3 (diff)
downloadaur-24a85ef19ee5a383130e69ae3bd0c7bec7cdd3b7.tar.gz
Update URL, correct deps and makedeps
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d4a183dea03..39bf6c04650e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
# Generated by mksrcinfo v8
-# Tue Jul 5 03:33:05 UTC 2016
+# Tue Jul 5 17:44:03 UTC 2016
pkgbase = qalculate-gtk-nognome
pkgdesc = GTK+ frontend for libqalculate, without gnome dependencies
pkgver = 0.9.8
- pkgrel = 1
- url = http://qalculate.sourceforge.net/
+ pkgrel = 2
+ url = http://qalculate.github.io/
arch = i686
arch = x86_64
license = GPL
makedepends = perl-xml-parser
makedepends = rarian
+ makedepends = intltool
depends = libqalculate>=0.9.8
- depends = libglade
+ depends = gtk3
depends = cln>=1.2.0
provides = qalculate-gtk
replaces = qalculate-gtk
diff --git a/PKGBUILD b/PKGBUILD
index 32852876813c..dd1659d2d93b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=qalculate-gtk-nognome
pkgver=0.9.8
-pkgrel=1
+pkgrel=2
pkgdesc="GTK+ frontend for libqalculate, without gnome dependencies"
arch=('i686' 'x86_64')
-url="http://qalculate.sourceforge.net/"
+url="http://qalculate.github.io/"
license=('GPL')
-depends=("libqalculate>=${pkgver}" 'libglade' 'cln>=1.2.0')
-makedepends=('perl-xml-parser' 'rarian')
+depends=("libqalculate>=${pkgver}" 'gtk3' 'cln>=1.2.0')
+makedepends=('perl-xml-parser' 'rarian' 'intltool')
replaces=('qalculate-gtk')
provides=('qalculate-gtk')
_nick=('qalculate-gtk')