summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Fehling2021-12-10 15:26:54 -0700
committerMarc Fehling2021-12-10 15:26:54 -0700
commitf1cd7dde80925a4b363cc7b6f9b3bed4a87775e6 (patch)
treeec6f3793d4f735a310d10b3bec09eaed8c6473bb
parent47e2cd7a612a4f6371f22e45a599e79a6aea4794 (diff)
downloadaur-f1cd7dde80925a4b363cc7b6f9b3bed4a87775e6.tar.gz
Enhance source link.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 915207b3d2d4..2313534c7486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-sphinx-comments')
_pkgname=('sphinx-comments')
pkgver='0.0.3'
-pkgrel=1
+pkgrel=2
pkgdesc="hypothes.is interaction layer with Sphinx."
url="https://github.com/executablebooks/sphinx-comments"
depends=('python'
@@ -13,7 +13,7 @@ checkdepends=()
makedepends=()
license=('MIT')
arch=("any")
-source=("${_pkgname}-${pkgver}.tgz::https://github.com/executablebooks/sphinx-comments/archive/v${pkgver}.tar.gz")
+source=("${_pkgname}-${pkgver}.tgz::https://github.com/executablebooks/${_pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('f0978c3f8eeb4f10711493f11cd8c6c0fc3dd61899ed593660c728741c331b40')
build() {