summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-04-15 11:06:37 -0600
committerMark Wagie2022-04-15 11:06:37 -0600
commitfe309601849f5aa65eba7d1d70f514dbe903b756 (patch)
treea1a4fa140a7c5336104adc36e89ccf102502608e
parent317a712511f97eb75596a4efcc94fbfa6b041054 (diff)
downloadaur-fe309601849f5aa65eba7d1d70f514dbe903b756.tar.gz
fix checksums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6d392266a56..e08141eacc6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = python-yolk3k
optdepends = rstcheck: Check invalid reStructuredText in descriptions on PyPI
provides = python-yolk
conflicts = python-yolk
- source = https://files.pythonhosted.org/packages/source/y/yolk/yolk-0.9.tar.gz
- sha256sums = 84222c4f7df2f5582a206fb9e86fead53321fd882a8e2f586a44538b830ffc94
+ source = https://files.pythonhosted.org/packages/source/y/yolk3k/yolk3k-0.9.tar.gz
+ sha256sums = cf8731dd0a9f7ef50b5dc253fe0174383e3fed295a653672aa918c059eef86ae
pkgname = python-yolk3k
diff --git a/PKGBUILD b/PKGBUILD
index 4221bd93328d..b0f30198bfb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=python-yolk3k
_name=${pkgname#python-}
-_name=yolk
pkgver=0.9
pkgrel=3
pkgdesc="Command-line tool for querying PyPI and Python packages installed on your system"
@@ -14,7 +13,7 @@ optdepends=('rstcheck: Check invalid reStructuredText in descriptions on PyPI')
provides=("${pkgname%3k}")
conflicts=("${pkgname%3k}")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('84222c4f7df2f5582a206fb9e86fead53321fd882a8e2f586a44538b830ffc94')
+sha256sums=('cf8731dd0a9f7ef50b5dc253fe0174383e3fed295a653672aa918c059eef86ae')
build() {
cd "$_name-$pkgver"