From 4bf4c74aad5162566833303915e4403f0b9af2c0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 9 Nov 2017 06:17:53 -0200 Subject: [PATCH] python-snappy: Fix update - check_update strips python- when the files are from PYPI_SITE, understandably since the package names there don't have the python- prefix we add, but this one is different so we add one extra python- so it will strip only one of the two leaving the correct name for the package --- srcpkgs/python-snappy/update | 1 + 1 file changed, 1 insertion(+) create mode 100644 srcpkgs/python-snappy/update diff --git a/srcpkgs/python-snappy/update b/srcpkgs/python-snappy/update new file mode 100644 index 00000000000..c74e4c806ee --- /dev/null +++ b/srcpkgs/python-snappy/update @@ -0,0 +1 @@ +pkgname="python-python-snappy"