summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2018-09-21 16:40:15 +0200
committerJuliette Monsel2018-09-21 16:40:15 +0200
commit3a227fb65c7876ee23e0c5b767b462150eff22be (patch)
tree852960aa6a1a0ffd3184f054b1493b4f4841ac96
parent27be1ea1e75dfcb3657507c939bdd11574fef1fb (diff)
downloadaur-3a227fb65c7876ee23e0c5b767b462150eff22be.tar.gz
v1.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07d9a0403633..eca130870ccf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-tkcalendar
pkgdesc = Calendar widget for Tkinter
- pkgver = 1.3.0
- pkgrel = 2
+ pkgver = 1.3.1
+ pkgrel = 1
url = https://pypi.python.org/pypi/tkcalendar
arch = any
license = GPL3
makedepends = python-setuptools
makedepends = python2-setuptools
- source = tkcalendar-1.3.0.tar.gz::https://github.com/j4321/tkcalendar/archive/v1.3.0.tar.gz
- sha512sums = fc3d823527a141fa1f11bc2a42f89ba368946c16b0db38ccc2476bc49d2b31ce17eecb88107851d430f6e8b990038579aa0be97861228721426cd10a4df19b7d
+ source = tkcalendar-1.3.1.tar.gz::https://github.com/j4321/tkcalendar/archive/v1.3.1.tar.gz
+ sha512sums = ba486d96c6ac855a1857204feae83cec918dabdf5c7f9944de742660f1a750e9e3d6617cdc11dbad3997f00eeef2b28205b4737efe61db5ad254f18293219364
pkgname = python-tkcalendar
depends = python-babel
diff --git a/PKGBUILD b/PKGBUILD
index 42521dc07dd6..9c729db15fca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=('python-tkcalendar' 'python2-tkcalendar')
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
_name=tkcalendar
pkgdesc="Calendar widget for Tkinter"
arch=('any')
url="https://pypi.python.org/pypi/tkcalendar"
license=('GPL3')
source=("tkcalendar-$pkgver.tar.gz::https://github.com/j4321/$_name/archive/v$pkgver.tar.gz")
-sha512sums=('fc3d823527a141fa1f11bc2a42f89ba368946c16b0db38ccc2476bc49d2b31ce17eecb88107851d430f6e8b990038579aa0be97861228721426cd10a4df19b7d')
+sha512sums=('ba486d96c6ac855a1857204feae83cec918dabdf5c7f9944de742660f1a750e9e3d6617cdc11dbad3997f00eeef2b28205b4737efe61db5ad254f18293219364')
makedepends=('python-setuptools' 'python2-setuptools')
build() {