summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShakil Shaikh2021-05-04 18:51:57 +0100
committerShakil Shaikh2021-05-04 18:51:57 +0100
commit71464eedf9c1d956ef29e48ced7ccade36582454 (patch)
tree99e7b1d1756cc544e479c796392dc871140c2afa
parentc6550465846784dc7b983500a525ff16b1ec8b50 (diff)
downloadaur-71464eedf9c1d956ef29e48ced7ccade36582454.tar.gz
Updated to 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ab35b5d9a9a..6f4eb0fd9359 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.1.0
+ pkgver = 1.2.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.1.0.tar.gz
- sha256sums = dc36598a5ac5b8bfe66b92be5f70ad5d6470bb787d5ffa97359cea7f98ca970d
+ source = https://files.pythonhosted.org/packages/source/l/london_unified_prayer_times/london_unified_prayer_times-1.2.0.tar.gz
+ sha256sums = c354102a5ba81773441ecbcb2cabf333b9af4160c8d52287458fe4dbc1a883b6
pkgname = python-london-unified-prayer-times
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index e212d53245b4..300cd1595a1f 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.1.0'
+pkgver='1.2.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=('dc36598a5ac5b8bfe66b92be5f70ad5d6470bb787d5ffa97359cea7f98ca970d')
+sha256sums=('c354102a5ba81773441ecbcb2cabf333b9af4160c8d52287458fe4dbc1a883b6')
build() {
cd "${srcdir}/${_module}-${pkgver}"