summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShakil Shaikh2021-06-17 20:34:42 +0100
committerShakil Shaikh2021-06-17 20:34:42 +0100
commiteb6df128f87d2921db172c684bd74c52cea39a99 (patch)
treebad92b727256ea4bb654fe4c96c2bc6ca803a8d9
parentc83beae1b490c8cdd0a008fb63b3f6dca1f5870d (diff)
downloadaur-eb6df128f87d2921db172c684bd74c52cea39a99.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 eccde765bad2..9ef820873109 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.6
+ pkgver = 1.2.7
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.6.tar.gz
- sha256sums = 2065e7fd8ae3ab087af1c5154ff840ac6d4de04cd4aa2e4516e416d5374982f8
+ source = https://files.pythonhosted.org/packages/source/l/london_unified_prayer_times/london_unified_prayer_times-1.2.7.tar.gz
+ sha256sums = 3678e0e2ee165610bb494daeca7928259a9cc05e6fd610c336c03b60e4d9e1c6
pkgname = python-london-unified-prayer-times
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index bfc5d9abe895..ecdc7845a773 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.6'
+pkgver='1.2.7'
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=('2065e7fd8ae3ab087af1c5154ff840ac6d4de04cd4aa2e4516e416d5374982f8')
+sha256sums=('3678e0e2ee165610bb494daeca7928259a9cc05e6fd610c336c03b60e4d9e1c6')
build() {
cd "${srcdir}/${_module}-${pkgver}"