summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrash2015-07-18 18:42:35 +0200
committertrash2015-07-18 18:42:35 +0200
commit3e4cc3e08098dbaa17ad9a2568ddc621036101d7 (patch)
tree11bec6fcb97731b2b3b08dc59d448fc5d1407657
parent3ced24f83b52e50fe7022a091b011da617ef01b0 (diff)
downloadaur-3e4cc3e08098dbaa17ad9a2568ddc621036101d7.tar.gz
Update to 3.1.33
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4e1d13a4e27..9f65dc9a2d7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etmtk
pkgdesc = Manage events and tasks using simple text files.
- pkgver = 3.1.27
+ pkgver = 3.1.33
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.27.tar.gz
- md5sums = 23c8ad0dd53cdaf5ea9676563e638012
+ source = http://people.duke.edu/~dgraham/etmtk/etmtk-3.1.33.tar.gz
+ md5sums = 2a7fb431ad929fad01916f6b3d330c21
pkgname = etmtk
diff --git a/PKGBUILD b/PKGBUILD
index 91e4d0ee3996..9d48f083b260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: trashstar <trash@ps3zone.org>
pkgname=etmtk
-pkgver=3.1.27
+pkgver=3.1.33
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=(23c8ad0dd53cdaf5ea9676563e638012)
+md5sums=(2a7fb431ad929fad01916f6b3d330c21)
package() {
cd "$srcdir/$pkgname-$pkgver"