summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrash2015-10-26 20:00:14 +0100
committertrash2015-10-26 20:00:14 +0100
commit0a0531a4b12e767f14b2b406849390b565da63d7 (patch)
tree360006c645585cba46f46226cffad2e34c42fbbc
parente5cc073ae8308b128dc64bc809a78ac5b8f50543 (diff)
downloadaur-0a0531a4b12e767f14b2b406849390b565da63d7.tar.gz
Update to 3.2.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 023ca1ced93c..ea38fa652c5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etmtk
pkgdesc = Manage events and tasks using simple text files.
- pkgver = 3.2.18
+ pkgver = 3.2.20
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.18.tar.gz
- md5sums = 5900ebdd80a60c6a8c16b287f745ecb6
+ source = http://people.duke.edu/~dgraham/etmtk/etmtk-3.2.20.tar.gz
+ md5sums = a5841ac4910fd8c6ea3cddb2a7f71867
pkgname = etmtk
diff --git a/PKGBUILD b/PKGBUILD
index 81328529ca34..b27227d296ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: trashstar <trash@ps3zone.org>
pkgname=etmtk
-pkgver=3.2.18
+pkgver=3.2.20
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=(5900ebdd80a60c6a8c16b287f745ecb6)
+md5sums=(a5841ac4910fd8c6ea3cddb2a7f71867)
package() {
cd "$srcdir/$pkgname-$pkgver"