summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg2019-09-17 15:20:40 +0200
committerJohannes Löthberg2019-09-17 15:20:40 +0200
commit50b6a83b8ecfcbbc5580efba39f3c94725b4f87b (patch)
treef2f9318cf507d2f0db6b11f64715555e86cfa100
parent60b006a801a97eb7c74c4d6b03f0381d61aced1c (diff)
downloadaur-50b6a83b8ecfcbbc5580efba39f3c94725b4f87b.tar.gz
Update checksum that apparently changed
Yay for nondeterministic GitHub tarballs. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a300b37de008..875804d0fea9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = python-geojson
makedepends = python-setuptools
depends = python
source = python-geojson-2.4.0.tar.gz::https://github.com/frewsxcv/python-geojson/archive/2.4.0.tar.gz
- sha1sums = 8983d37ef9cd26d725a051c1d54093f158d97e80
+ sha1sums = 3d8203a2d673ed71548e13992459356dc2bd4ba8
pkgname = python-geojson
diff --git a/PKGBUILD b/PKGBUILD
index 959280601fb2..a712eaa655f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ makedepends=('python-setuptools')
source=(python-geojson-$pkgver.tar.gz::https://github.com/frewsxcv/python-geojson/archive/$pkgver.tar.gz)
-sha1sums=('8983d37ef9cd26d725a051c1d54093f158d97e80')
+sha1sums=('3d8203a2d673ed71548e13992459356dc2bd4ba8')
package() {
cd python-geojson-$pkgver