summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrash2015-09-12 18:00:14 +0200
committertrash2015-09-12 18:00:14 +0200
commit1052c64696637675724e9bea781b394d2aee8e1d (patch)
treec123ce6932f47230a0783e242bfd35c1f6ac57c0
parent62d581f24622f693c9b9d05feb1d04a23c1a7b02 (diff)
downloadaur-1052c64696637675724e9bea781b394d2aee8e1d.tar.gz
Update to 3.2.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ef21b180478..d6d380cd4aed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etmtk
pkgdesc = Manage events and tasks using simple text files.
- pkgver = 3.2.15
+ pkgver = 3.2.16
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.15.tar.gz
- md5sums = 5401a6c8fea21768c02ecff6b230246f
+ source = http://people.duke.edu/~dgraham/etmtk/etmtk-3.2.16.tar.gz
+ md5sums = 90d258a3d85472ae5375e92ebbf687c1
pkgname = etmtk
diff --git a/PKGBUILD b/PKGBUILD
index 8f06322d1c9d..04e761c50d56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: trashstar <trash@ps3zone.org>
pkgname=etmtk
-pkgver=3.2.15
+pkgver=3.2.16
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=(5401a6c8fea21768c02ecff6b230246f)
+md5sums=(90d258a3d85472ae5375e92ebbf687c1)
package() {
cd "$srcdir/$pkgname-$pkgver"