summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrash2015-08-22 12:34:14 +0200
committertrash2015-08-22 12:34:14 +0200
commit8eaa5f981834a7b6d318a049296fbf225fc3cbe7 (patch)
tree4daa3c969091bdda34fa11444fcf575fd094be6d
parentae1bfc7a0444d2afe2dae2dcef08df5eb4a30378 (diff)
downloadaur-8eaa5f981834a7b6d318a049296fbf225fc3cbe7.tar.gz
Update to 3.2.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c3052e6c325..f6f0df289931 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etmtk
pkgdesc = Manage events and tasks using simple text files.
- pkgver = 3.2.10
+ pkgver = 3.2.11
pkgrel = 1
url = http://people.duke.edu/~dgraham/etmtk/
arch = any
@@ -10,8 +10,8 @@ pkgbase = etmtk
depends = python-dateutil
depends = python-yaml
optdepends = python-icalendar: iCalendar support
- source = http://people.duke.edu/~dgraham/etmtk/etmtk-3.2.10.tar.gz
- md5sums = 9a3cc9f1590362f58661171d32a5c6d3
+ source = http://people.duke.edu/~dgraham/etmtk/etmtk-3.2.11.tar.gz
+ md5sums = 12bb7f9596ca40f6b1c10d5c70b7a19f
pkgname = etmtk
diff --git a/PKGBUILD b/PKGBUILD
index 9a73dc2f191c..bdaf943dff83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: trashstar <trash@ps3zone.org>
pkgname=etmtk
-pkgver=3.2.10
+pkgver=3.2.11
pkgrel=1
pkgdesc="Manage events and tasks using simple text files."
arch=('any')
@@ -11,7 +11,7 @@ depends=('tk' 'python-dateutil' 'python-yaml')
optdepends=('python-icalendar: iCalendar support')
makedepends=('python-setuptools')
source=("http://people.duke.edu/~dgraham/etmtk/etmtk-$pkgver.tar.gz")
-md5sums=(9a3cc9f1590362f58661171d32a5c6d3)
+md5sums=(12bb7f9596ca40f6b1c10d5c70b7a19f)
package() {
cd "$srcdir/$pkgname-$pkgver"