summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryagoplx2020-08-16 16:35:01 -0300
committeryagoplx2020-08-16 16:35:01 -0300
commitb35ec3c69d5bde8f19d6b0c7d7f6cd72e32bbd9b (patch)
treeb9b1443f55e3ce093287aa6b40abd46af757cece /PKGBUILD
parent679348c15fa799c29b09bda027b2ed254d2d83d5 (diff)
downloadaur-b35ec3c69d5bde8f19d6b0c7d7f6cd72e32bbd9b.tar.gz
Fix source having no unique name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 051c3ab2f251..eaae08cfdf4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/yagoplx/nvoc"
license=('GPL')
depends=('nvidia-settings' 'bash')
-source=(https://github.com/yagoplx/nvoc/archive/1.0.3.tar.gz)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/yagoplx/nvoc/archive/1.0.3.tar.gz")
md5sums=('cd9bd790997f3283c00a8fd6b28e15c5')
package() {