summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrash2015-06-21 22:36:53 +0200
committertrash2015-06-21 22:36:53 +0200
commit09e4e818005c371eed137e337916213e2c38ca24 (patch)
tree530a075d79b39e634e2093c3b0ba64602931a280
parent319ed56716702ca6618c449cb16aa7aa2eeb358b (diff)
downloadaur-09e4e818005c371eed137e337916213e2c38ca24.tar.gz
Update to 3.1.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc5d06275cc3..1369e97d4447 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etmtk
pkgdesc = Manage events and tasks using simple text files.
- pkgver = 3.1.14
+ pkgver = 3.1.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.1.14.tar.gz
- md5sums = 48e3173e09c366bce3555490e05c2780
+ source = http://people.duke.edu/~dgraham/etmtk/etmtk-3.1.18.tar.gz
+ md5sums = aaae25598e123ca23d00d2fa68590712
pkgname = etmtk
diff --git a/PKGBUILD b/PKGBUILD
index 10c2b36db2c8..14795ea3c3fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: trashstar <trash@ps3zone.org>
pkgname=etmtk
-pkgver=3.1.14
+pkgver=3.1.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=(48e3173e09c366bce3555490e05c2780)
+md5sums=(aaae25598e123ca23d00d2fa68590712)
package() {
cd "$srcdir/$pkgname-$pkgver"