summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrash2015-08-25 13:00:07 +0200
committertrash2015-08-25 13:00:07 +0200
commitd7f5e9482342443cf7b74316ba100e3d2a25fd7a (patch)
treee75c825985b363de0191f252d472d025326b8ba0
parent8eaa5f981834a7b6d318a049296fbf225fc3cbe7 (diff)
downloadaur-d7f5e9482342443cf7b74316ba100e3d2a25fd7a.tar.gz
Update to 3.2.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6f0df289931..474deb5d623b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etmtk
pkgdesc = Manage events and tasks using simple text files.
- pkgver = 3.2.11
+ pkgver = 3.2.12
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.11.tar.gz
- md5sums = 12bb7f9596ca40f6b1c10d5c70b7a19f
+ source = http://people.duke.edu/~dgraham/etmtk/etmtk-3.2.12.tar.gz
+ md5sums = bb716f594a66e683d55c6a14b0419b0f
pkgname = etmtk
diff --git a/PKGBUILD b/PKGBUILD
index bdaf943dff83..85db6ee83a2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: trashstar <trash@ps3zone.org>
pkgname=etmtk
-pkgver=3.2.11
+pkgver=3.2.12
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=(12bb7f9596ca40f6b1c10d5c70b7a19f)
+md5sums=(bb716f594a66e683d55c6a14b0419b0f)
package() {
cd "$srcdir/$pkgname-$pkgver"