summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShakil Shaikh2021-04-26 12:53:22 +0100
committerShakil Shaikh2021-04-26 12:53:22 +0100
commitc6550465846784dc7b983500a525ff16b1ec8b50 (patch)
treea5eef9f7b18589a6c79a19c60e78847acf010c72
parentcf12a042f90f0ec7ea96e65863117e7fe088413f (diff)
downloadaur-c6550465846784dc7b983500a525ff16b1ec8b50.tar.gz
Updated to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b93a2ef6724..6ab35b5d9a9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-london-unified-prayer-times
pkgdesc = A library for retrieving data from The London Unified Prayer Timetable.
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/sshaikh/london_unified_prayer_times
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-london-unified-prayer-times
depends = python-appdirs
depends = python-tzlocal
depends = python-humanize
- source = https://files.pythonhosted.org/packages/source/l/london_unified_prayer_times/london_unified_prayer_times-1.0.1.tar.gz
- sha256sums = c0356ac8770cfb47163efcd4d3826d614761e0f815f646e575d6d9881adbe0f7
+ source = https://files.pythonhosted.org/packages/source/l/london_unified_prayer_times/london_unified_prayer_times-1.1.0.tar.gz
+ sha256sums = dc36598a5ac5b8bfe66b92be5f70ad5d6470bb787d5ffa97359cea7f98ca970d
pkgname = python-london-unified-prayer-times
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index cb09f2419f92..e212d53245b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-london-unified-prayer-times'
pkgname=('python-london-unified-prayer-times')
_module='london_unified_prayer_times'
-pkgver='1.0.1'
+pkgver='1.1.0'
pkgrel=1
pkgdesc="A library for retrieving data from The London Unified Prayer Timetable."
url="https://github.com/sshaikh/london_unified_prayer_times"
@@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'python-pip')
license=('GPL')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('c0356ac8770cfb47163efcd4d3826d614761e0f815f646e575d6d9881adbe0f7')
+sha256sums=('dc36598a5ac5b8bfe66b92be5f70ad5d6470bb787d5ffa97359cea7f98ca970d')
build() {
cd "${srcdir}/${_module}-${pkgver}"