summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrash2015-08-28 16:00:08 +0200
committertrash2015-08-28 16:00:08 +0200
commit99f1bd0cf6963d11e9194af063e4c29397b47743 (patch)
treea23a98e6b7f4a1a28ba775f169089b4d684311b9
parent67732c4a7d17a29a1d27b755b50e9cd95b68dbe7 (diff)
downloadaur-99f1bd0cf6963d11e9194af063e4c29397b47743.tar.gz
Update to 3.2.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ed89bac2036..b40e346000e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etmtk
pkgdesc = Manage events and tasks using simple text files.
- pkgver = 3.2.13
+ pkgver = 3.2.14
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.13.tar.gz
- md5sums = 7a8f1d8ab388f19a1e0cac48f5c4fa9d
+ source = http://people.duke.edu/~dgraham/etmtk/etmtk-3.2.14.tar.gz
+ md5sums = f9bd59d332cb7d22b4c3d7e4848dde03
pkgname = etmtk
diff --git a/PKGBUILD b/PKGBUILD
index 043b5ea93fae..477a0f7d7e8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: trashstar <trash@ps3zone.org>
pkgname=etmtk
-pkgver=3.2.13
+pkgver=3.2.14
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=(7a8f1d8ab388f19a1e0cac48f5c4fa9d)
+md5sums=(f9bd59d332cb7d22b4c3d7e4848dde03)
package() {
cd "$srcdir/$pkgname-$pkgver"