summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShakil Shaikh2021-10-31 22:20:59 +0000
committerShakil Shaikh2021-10-31 22:20:59 +0000
commitea3df0af7431aa6265b15903359ea3e976f2d2a2 (patch)
tree196df118d2872855a31a4b124d56e0bbf8bf82a7
parent20fcf25de312fc1d8f9ee692105649c15fd223f7 (diff)
downloadaur-python-london-unified-prayer-times.tar.gz
Updated version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3db583152f2..74444711a132 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.2.8
+ pkgver = 1.2.9
pkgrel = 1
url = https://github.com/sshaikh/london_unified_prayer_times
arch = any
@@ -16,8 +16,8 @@ pkgbase = python-london-unified-prayer-times
depends = python-tzlocal
depends = python-humanize
depends = python-beautifulsoup4
- source = https://files.pythonhosted.org/packages/source/l/london_unified_prayer_times/london_unified_prayer_times-1.2.8.tar.gz
- sha256sums = 19e8be42d740442567d4695dbe02df56b68ec8a199a57a0a3f3c2e8d76f3fa49
+ source = https://files.pythonhosted.org/packages/source/l/london_unified_prayer_times/london_unified_prayer_times-1.2.9.tar.gz
+ sha256sums = 52e9ff83aae3511384efcdd40204d8d38a74812d9dc2ee5e814b36a55a19b4b5
pkgname = python-london-unified-prayer-times
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index ea0e89e2a41a..f9edabdecc09 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.2.8'
+pkgver='1.2.9'
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=('19e8be42d740442567d4695dbe02df56b68ec8a199a57a0a3f3c2e8d76f3fa49')
+sha256sums=('52e9ff83aae3511384efcdd40204d8d38a74812d9dc2ee5e814b36a55a19b4b5')
build() {
cd "${srcdir}/${_module}-${pkgver}"