diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-08-12 19:00:05 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-08-12 19:00:21 +1000 |
commit | 90c223f01c3d067840cecef4a8143ca95a5c21e3 (patch) | |
tree | e925c23eb50595c40106d4e8e2f355704043b1c5 /python3-cssselect | |
parent | dc306fc2a54bc6d632f454bbaf6b6599a58f8e25 (diff) | |
download | contrib-90c223f01c3d067840cecef4a8143ca95a5c21e3.tar.gz contrib-90c223f01c3d067840cecef4a8143ca95a5c21e3.tar.xz |
python3-cssselect: fix source
Diffstat (limited to 'python3-cssselect')
-rw-r--r-- | python3-cssselect/.signature | 4 | ||||
-rw-r--r-- | python3-cssselect/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/python3-cssselect/.signature b/python3-cssselect/.signature index f4a7a6db6..f1a15df5a 100644 --- a/python3-cssselect/.signature +++ b/python3-cssselect/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38Eq/QzHbhhOnJ6yu7u1OfXJvP/VJnNHDTdB1YR3wAQ35fLCLRolFN5QPr77D91r7pSSyka04iFnACfkzY2tbwE= -SHA256 (Pkgfile) = 43f3b8a0379fc67fd8d9518b7cfd265ea1574427788b2596c17ad5d9dab7ec2a +RWSagIOpLGJF3wA9LT3EnwQkog6XEH3A3mJkRIf3NUQSfu+MboAlnotMm45ZVP/34HWW7oLyGZSD/KPXJdHZiMwezOri6PgaTwo= +SHA256 (Pkgfile) = fd580c93a5802e2858cae962d47fe32a965a199fd45003cafc779b59c9a43ece SHA256 (.footprint) = b2063d91a4e83e6382fa224ea392d9ab9f31d807f76cb03638592cf485cd0924 SHA256 (cssselect-1.0.3.tar.gz) = 066d8bc5229af09617e24b3ca4d52f1f9092d9e061931f4184cd572885c23204 diff --git a/python3-cssselect/Pkgfile b/python3-cssselect/Pkgfile index 56460a201..cec2e6e62 100644 --- a/python3-cssselect/Pkgfile +++ b/python3-cssselect/Pkgfile @@ -6,7 +6,7 @@ name=python3-cssselect version=1.0.3 release=1 -source=(https://files.pythonhosted.org/packages/source/${name:7:1}/${name#*-}/${name#*-}-$version.tar.gz) +source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz) build() { cd ${name#*-}-$version |