Skip to content

Instantly share code, notes, and snippets.

@elken
Created October 23, 2013 11:07
Show Gist options
  • Select an option

  • Save elken/7116672 to your computer and use it in GitHub Desktop.

Select an option

Save elken/7116672 to your computer and use it in GitHub Desktop.
python2-sphinxcontrib-httpdomain2 fix
*** PKGBUILD 2013-10-23 12:06:13.578237162 +0100
--- PKGBUILD.old 2013-10-23 12:05:14.411569180 +0100
***************
*** 10,16 ****
depends=('python2-sphinx')
makedepends=()
options=(!emptydirs)
! source=("http://pypi.python.jp/sphinxcontrib-httpdomain2/sphinxcontrib-httpdomain2-$pkgver.tar.gz#md5=a0b32205a97253bd39bb3f1e9094eaf0")
sha1sums=('cc5ea9cbb3989d8dd370c1bb5a6bce7ef67ed421')
package() {
--- 10,16 ----
depends=('python2-sphinx')
makedepends=()
options=(!emptydirs)
! source=("http://pypi.python.org/packages/source/s/sphinxcontrib-httpdomain2/sphinxcontrib-httpdomain2-$pkgver.tar.gz")
sha1sums=('cc5ea9cbb3989d8dd370c1bb5a6bce7ef67ed421')
package() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment