summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrash2015-08-15 14:14:16 +0200
committertrash2015-08-15 14:14:16 +0200
commit5c47784e3a723bc8b78a532425bef64e9b697ee9 (patch)
treefd4e8b5ac07f6a540d6b9fb082219cf165cb65ea
parentb926489d36b812e1585b336dad54e69290324b98 (diff)
downloadaur-5c47784e3a723bc8b78a532425bef64e9b697ee9.tar.gz
Update to 3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 886b3f469c9a..c055b9400390 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etmtk
pkgdesc = Manage events and tasks using simple text files.
- pkgver = 3.1.60
+ pkgver = 3.2.0
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.60.tar.gz
- md5sums = 3167e600b5827a801a22d27b54dd50d5
+ source = http://people.duke.edu/~dgraham/etmtk/etmtk-3.2.0.tar.gz
+ md5sums = 7d2f15d6d485cb144264bcfc03c1fa53
pkgname = etmtk
diff --git a/PKGBUILD b/PKGBUILD
index 2d705cc77393..90504342f404 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: trashstar <trash@ps3zone.org>
pkgname=etmtk
-pkgver=3.1.60
+pkgver=3.2.0
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=(3167e600b5827a801a22d27b54dd50d5)
+md5sums=(7d2f15d6d485cb144264bcfc03c1fa53)
package() {
cd "$srcdir/$pkgname-$pkgver"