summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShakil Shaikh2021-05-31 16:01:17 +0100
committerShakil Shaikh2021-05-31 16:01:17 +0100
commit80e545f0bc4d1b985e5ae816eea5425fdcc0261c (patch)
tree6678d490d8b1ff46451fab6935f0537293eaf871
parent17c99366090bda0b79d94539069b6029bd0a19b2 (diff)
downloadaur-80e545f0bc4d1b985e5ae816eea5425fdcc0261c.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 7c96284e3197..d83e63087507 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.4
+ pkgver = 1.2.5
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.4.tar.gz
- sha256sums = 232227598419fd92ba29c98e26e4a972a577c2d45995dddd422684be496c4671
+ source = https://files.pythonhosted.org/packages/source/l/london_unified_prayer_times/london_unified_prayer_times-1.2.5.tar.gz
+ sha256sums = b85779b28be5265a1c6d50e6656c772bfe2c7b1418500af1fe53325611798206
pkgname = python-london-unified-prayer-times
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 70bc51db4ae6..bd345254ce37 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.4'
+pkgver='1.2.5'
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=('232227598419fd92ba29c98e26e4a972a577c2d45995dddd422684be496c4671')
+sha256sums=('b85779b28be5265a1c6d50e6656c772bfe2c7b1418500af1fe53325611798206')
build() {
cd "${srcdir}/${_module}-${pkgver}"