summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMads Mogensen2020-08-09 23:21:51 +0200
committerMads Mogensen2020-08-09 23:21:51 +0200
commit2ea212eaa590d1c1c9a80ccf09a249b2bfe7aa8a (patch)
treecf6ba884f0bb88c973257e9ae655c73ea5039580
parent2d247bbdd6ed57e76245d894fc9f61207e05a93c (diff)
downloadaur-hacker-typer.tar.gz
Use unique source name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 021ad0020e20..6a37a9c1cf70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hacker-typer
pkgdesc = A program that mimics the website hackertyper.com on your terminal.
pkgver = 1.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mads256h/hacker-typer
arch = any
license = GPL3
makedepends = cmake
depends = ncurses
- source = https://github.com/mads256h/hacker-typer/archive/v1.2.tar.gz
+ source = hacker-typer-1.2.tar.gz::https://github.com/mads256h/hacker-typer/archive/v1.2.tar.gz
sha256sums = 1b664345f90f54821d27656ed6cb27c5e6c315e0f3abf2753a09b9289af85da9
pkgname = hacker-typer
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() {