summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShakil Shaikh2021-05-31 14:22:53 +0100
committerShakil Shaikh2021-05-31 14:22:53 +0100
commit17c99366090bda0b79d94539069b6029bd0a19b2 (patch)
tree51ac29d674906552a68069480f1403bd62e639c2
parent508f0971fed4d941b5665e92f3e5e79f3dee8739 (diff)
downloadaur-17c99366090bda0b79d94539069b6029bd0a19b2.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 4ebcc3112536..7c96284e3197 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.2
+ pkgver = 1.2.4
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.2.tar.gz
- sha256sums = 666326e8c3917ed0a0b785fa2b122e8059e576f722d5b71e08306b57c2485d78
+ source = https://files.pythonhosted.org/packages/source/l/london_unified_prayer_times/london_unified_prayer_times-1.2.4.tar.gz
+ sha256sums = 232227598419fd92ba29c98e26e4a972a577c2d45995dddd422684be496c4671
pkgname = python-london-unified-prayer-times
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index e93b6539be9f..70bc51db4ae6 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.2'
+pkgver='1.2.4'
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=('666326e8c3917ed0a0b785fa2b122e8059e576f722d5b71e08306b57c2485d78')
+sha256sums=('232227598419fd92ba29c98e26e4a972a577c2d45995dddd422684be496c4671')
build() {
cd "${srcdir}/${_module}-${pkgver}"