summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAseem Athale2024-04-28 12:06:20 +0530
committerAseem Athale2024-04-28 12:06:20 +0530
commit5d39c099cf88470c487c379d973a0fb881a45542 (patch)
tree8e486c3f5e1e733cf955dd9c75cc258b99f9615d /PKGBUILD
parentf8c2fd2d14b4793c55337dc8518aa0373c80a9d3 (diff)
downloadaur-5d39c099cf88470c487c379d973a0fb881a45542.tar.gz
python-milksnake: Fix re error when building other packages using this
I probably should have created a new patch file, but what's done is done, I guess. Maybe I'll do that later. Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31729a7f8e11..c17790af44d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ checkdepends=('cargo' 'python-pytest' 'python-virtualenv')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$_commit.tar.gz"
"$pkgname-0.1.5-distutils.patch")
sha256sums=('42b89da523e0c530b3b9744dcd660adce3ff4a5dd4b11121a59c53ce992a76cc'
- '3de5520219bc857aa20a38af0eaf2562eb646b1445889ed6b2379f89d46ad1a6')
+ 'e3ec3c530bc606def7806a2a604ac943e7c191e2f3b5c35fa8f465bf63b1e52b')
prepare() {
# improve distutils build command: https://github.com/getsentry/milksnake/pull/30