summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShakil Shaikh2021-05-16 20:37:29 +0100
committerShakil Shaikh2021-05-16 20:37:29 +0100
commited6c62636ec680fc75dce63530e0dc3c7dc22516 (patch)
treedb9d2a16d621842dcd2cdf38c92e15c349c9e4ea
parentf295fa59137c4a92f1f12f070c6e49e08053ae96 (diff)
downloadaur-ed6c62636ec680fc75dce63530e0dc3c7dc22516.tar.gz
fixed sha256
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76bfa6b06d83..4ef402db75e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-london-unified-prayer-times
pkgdesc = A library for retrieving data from The London Unified Prayer Timetable.
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sshaikh/london_unified_prayer_times
arch = any
license = GPL
@@ -17,7 +17,7 @@ pkgbase = python-london-unified-prayer-times
depends = python-humanize
depends = python-beautifulsoup4
source = https://files.pythonhosted.org/packages/source/l/london_unified_prayer_times/london_unified_prayer_times-1.2.1.tar.gz
- sha256sums = c354102a5ba81773441ecbcb2cabf333b9af4160c8d52287458fe4dbc1a883b6
+ sha256sums = c011cd916d014865617e51eddc424393f33e73d2a97090646b7a9be6c0558b62
pkgname = python-london-unified-prayer-times
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 7945b646b342..5f13094f4af9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='python-london-unified-prayer-times'
pkgname=('python-london-unified-prayer-times')
_module='london_unified_prayer_times'
pkgver='1.2.1'
-pkgrel=1
+pkgrel=2
pkgdesc="A library for retrieving data from The London Unified Prayer Timetable."
url="https://github.com/sshaikh/london_unified_prayer_times"
depends=('python' 'python-click' 'python-click-default-group' 'python-jsonschema'
@@ -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=('c354102a5ba81773441ecbcb2cabf333b9af4160c8d52287458fe4dbc1a883b6')
+sha256sums=('c011cd916d014865617e51eddc424393f33e73d2a97090646b7a9be6c0558b62')
build() {
cd "${srcdir}/${_module}-${pkgver}"