summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrash2015-10-19 19:00:31 +0200
committertrash2015-10-19 19:00:31 +0200
commite5cc073ae8308b128dc64bc809a78ac5b8f50543 (patch)
tree26475aeaa85c3e581e50bd815fb0102f6b50d66d
parent1052c64696637675724e9bea781b394d2aee8e1d (diff)
downloadaur-e5cc073ae8308b128dc64bc809a78ac5b8f50543.tar.gz
Update to 3.2.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6d380cd4aed..023ca1ced93c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etmtk
pkgdesc = Manage events and tasks using simple text files.
- pkgver = 3.2.16
+ pkgver = 3.2.18
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.16.tar.gz
- md5sums = 90d258a3d85472ae5375e92ebbf687c1
+ source = http://people.duke.edu/~dgraham/etmtk/etmtk-3.2.18.tar.gz
+ md5sums = 5900ebdd80a60c6a8c16b287f745ecb6
pkgname = etmtk
diff --git a/PKGBUILD b/PKGBUILD
index 04e761c50d56..81328529ca34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: trashstar <trash@ps3zone.org>
pkgname=etmtk
-pkgver=3.2.16
+pkgver=3.2.18
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=(90d258a3d85472ae5375e92ebbf687c1)
+md5sums=(5900ebdd80a60c6a8c16b287f745ecb6)
package() {
cd "$srcdir/$pkgname-$pkgver"