summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2018-04-18 11:20:46 +0200
committerJuliette Monsel2018-04-18 11:20:46 +0200
commit03e350b7ab7584d22d0c154624bf06bce755dfc3 (patch)
tree58665377fb20517932494b5f22efd1272880b2f1
parent1d9f75d2e0ec2ea9b8e62d883198973138e1d4cb (diff)
downloadaur-03e350b7ab7584d22d0c154624bf06bce755dfc3.tar.gz
v1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26a4b6f57919..4ec08a78e685 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-tkcalendar
pkgdesc = Calendar widget for Tkinter
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://pypi.python.org/pypi/tkcalendar
arch = any
license = GPL3
- source = tkcalendar-1.2.0.tar.gz::https://github.com/j4321/tkcalendar/archive/v1.2.0.tar.gz
- sha512sums = bf3cf951ae3d706b2372b3fdd0bd7a1a0b884095bb468ca79b308b2beea91601b650703a0c2864120994bb3ffea269fe929744d0a9ff0201812cf4188a3b9e85
+ source = tkcalendar-1.2.1.tar.gz::https://github.com/j4321/tkcalendar/archive/v1.2.1.tar.gz
+ sha512sums = 07eaf907c84aeace56dca809dcd07aa590d324ddaeee792ce2b7b768ede5233c0f7642af1d6fd39fc3fa76ab4b7c026fbe3d1025a5f92ef4903234487a09e602
pkgname = python-tkcalendar
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 088650ef1230..b6019e73b011 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=('python-tkcalendar' 'python2-tkcalendar')
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
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/tkcalendar/archive/v$pkgver.tar.gz")
-sha512sums=('bf3cf951ae3d706b2372b3fdd0bd7a1a0b884095bb468ca79b308b2beea91601b650703a0c2864120994bb3ffea269fe929744d0a9ff0201812cf4188a3b9e85')
+sha512sums=('07eaf907c84aeace56dca809dcd07aa590d324ddaeee792ce2b7b768ede5233c0f7642af1d6fd39fc3fa76ab4b7c026fbe3d1025a5f92ef4903234487a09e602')
package_python-tkcalendar() {
makedepends=('python-setuptools')