summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2016-07-04 20:33:12 -0700
committerShadowKyogre2016-07-04 20:33:12 -0700
commitd4f7099bd3ca17caf9f26f4a3c2a266a69fe52e3 (patch)
tree195e3a90230f579058595e0dcec5158f7449c125
parent8e06b294b03d5761372fc27e3c5cbb9e31e1a958 (diff)
downloadaur-d4f7099bd3ca17caf9f26f4a3c2a266a69fe52e3.tar.gz
Bump to 0.9.8
-rw-r--r--.SRCINFO14
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD11
3 files changed, 16 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e34340c4b923..7d4a183dea03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
# Generated by mksrcinfo v8
-# Sat Dec 12 18:10:13 UTC 2015
+# Tue Jul 5 03:33:05 UTC 2016
pkgbase = qalculate-gtk-nognome
pkgdesc = GTK+ frontend for libqalculate, without gnome dependencies
- pkgver = 0.9.7
- pkgrel = 2
+ pkgver = 0.9.8
+ pkgrel = 1
url = http://qalculate.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
makedepends = perl-xml-parser
makedepends = rarian
- depends = libqalculate>=0.9.7
+ depends = libqalculate>=0.9.8
depends = libglade
depends = cln>=1.2.0
provides = qalculate-gtk
replaces = qalculate-gtk
- source = http://downloads.sourceforge.net/sourceforge/qalculate/qalculate-gtk-0.9.7.tar.gz
- md5sums = 7a7ab4680e285690ca3625992f477f0f
- sha1sums = c714c91224045fa49f261686e985df0aefa1d678
+ source = http://downloads.sourceforge.net/sourceforge/qalculate/qalculate-gtk-0.9.8.tar.gz
+ md5sums = 73a5139a89bc1c31e059870010dabc2f
+ sha1sums = ddc87ce66607790e46a5691e0d441270b3151be7
pkgname = qalculate-gtk-nognome
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a5401c5d685d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 5cfa3b94ae43..32852876813c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,18 @@
# Contributor: J. Santiago Hirschfeld <jsantiagoh@yahoo.com.ar>
pkgname=qalculate-gtk-nognome
-pkgver=0.9.7
-pkgrel=2
+pkgver=0.9.8
+pkgrel=1
pkgdesc="GTK+ frontend for libqalculate, without gnome dependencies"
arch=('i686' 'x86_64')
url="http://qalculate.sourceforge.net/"
license=('GPL')
-depends=('libqalculate>=0.9.7' 'libglade' 'cln>=1.2.0')
+depends=("libqalculate>=${pkgver}" 'libglade' 'cln>=1.2.0')
makedepends=('perl-xml-parser' 'rarian')
replaces=('qalculate-gtk')
provides=('qalculate-gtk')
_nick=('qalculate-gtk')
source=(http://downloads.sourceforge.net/sourceforge/qalculate/${_nick}-${pkgver}.tar.gz)
-md5sums=('7a7ab4680e285690ca3625992f477f0f')
-sha1sums=('c714c91224045fa49f261686e985df0aefa1d678')
build() {
cd "${srcdir}/${_nick}-${pkgver}"
@@ -29,3 +27,6 @@ package() {
cd "${srcdir}/${_nick}-${pkgver}"
make DESTDIR="${pkgdir}" install || return 1
}
+
+md5sums=('73a5139a89bc1c31e059870010dabc2f')
+sha1sums=('ddc87ce66607790e46a5691e0d441270b3151be7')