summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2016-04-16 14:13:37 +0200
committerNarrat2016-04-16 14:13:37 +0200
commit9d2c50599b45156118bb0521fcf0124d89a3a99e (patch)
treed1330ec4fa019921ca499ecf67cf71f0d8bf3f9d
parent42de9485691e759845b248d0acc96ef8226a45b4 (diff)
downloadaur-9d2c50599b45156118bb0521fcf0124d89a3a99e.tar.gz
opendict: Update to 0.6.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1bf01af5e9c..eae69709e933 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Apr 16 12:13:38 UTC 2016
pkgbase = opendict
pkgdesc = Multiplatform computer dictionary software
- pkgver = 0.6.6
+ pkgver = 0.6.7
pkgrel = 1
url = http://opendict.sourceforge.net/
install = opendict.install
@@ -8,8 +10,8 @@ pkgbase = opendict
license = GPL
depends = wxpython
depends = xdg-utils
- source = http://downloads.sourceforge.net/project/opendict/opendict-0.6.6.tar.gz
- md5sums = 2909fe7ebdcc8bba869c9ca24dbbe086
+ source = http://downloads.sourceforge.net/project/opendict/opendict-0.6.7.tar.gz
+ md5sums = a274896b4ee943de4f3200cfba4bbdde
pkgname = opendict
diff --git a/PKGBUILD b/PKGBUILD
index f95cdf781986..aae0ea040508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Giedrius Slavinskas <giedrius25@gmail.com>
pkgname=opendict
-pkgver=0.6.6
+pkgver=0.6.7
pkgrel=1
pkgdesc="Multiplatform computer dictionary software"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('wxpython' 'xdg-utils')
install=${pkgname}.install
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2909fe7ebdcc8bba869c9ca24dbbe086')
+md5sums=('a274896b4ee943de4f3200cfba4bbdde')
prepare() {