summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMads Mogensen2020-08-09 23:21:51 +0200
committerMads Mogensen2020-08-09 23:21:51 +0200
commit2ea212eaa590d1c1c9a80ccf09a249b2bfe7aa8a (patch)
treecf6ba884f0bb88c973257e9ae655c73ea5039580 /PKGBUILD
parent2d247bbdd6ed57e76245d894fc9f61207e05a93c (diff)
downloadaur-hacker-typer.tar.gz
Use unique source name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c78fca67db9..fca2cee0526a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=hacker-typer
pkgver=1.2
-pkgrel=2
+pkgrel=3
pkgdesc="A program that mimics the website hackertyper.com on your terminal."
arch=('any')
url="https://github.com/mads256h/hacker-typer"
license=('GPL3')
depends=('ncurses')
makedepends=('cmake')
-source=("https://github.com/mads256h/hacker-typer/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mads256h/hacker-typer/archive/v${pkgver}.tar.gz")
sha256sums=('1b664345f90f54821d27656ed6cb27c5e6c315e0f3abf2753a09b9289af85da9')
build() {