summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2022-04-01 13:48:16 +0200
committerfordprefect2022-04-01 13:48:16 +0200
commit7a48fb6434317c858541658a6b133b717b01370e (patch)
treef168c4d7d39d95d5c0a70f019e404ab483284935 /PKGBUILD
parente8a8ea699308ba96bf9051d7ded7c65fd840b565 (diff)
downloadaur-7a48fb6434317c858541658a6b133b717b01370e.tar.gz
fixed local source file name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc506e517218..c38f9903fd67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,3 @@
-# Contributors: Caltlgin Stsodaat, vanyasem, Florian Wittmann
-
_pkgname='pathvalidate'
pkgname=python-$_pkgname
pkgver=2.5.0
@@ -10,7 +8,7 @@ url='https://github.com/thombashi/pathvalidate'
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
-source=("https://github.com/thombashi/pathvalidate/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/thombashi/pathvalidate/archive/v$pkgver.tar.gz")
sha256sums=('3bb7901211e14fb774e8fe960a0eb0c3fbbd30794f9dfba12d575abdc6c4a772')
build() {