summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteegre2020-08-01 15:44:12 +0200
committerteegre2020-08-01 15:44:12 +0200
commit8bdbe831e65243263a2d2378def3251cbd96fbdb (patch)
tree1038cf0d9bf109e0529ac7958cce012e288c9766
parent70d997f34481309caf6906dba4ba7967262e8e96 (diff)
downloadaur-8bdbe831e65243263a2d2378def3251cbd96fbdb.tar.gz
fixed missing package name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b0ecba03857..e41bba9ee87f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = bigtime
depends = coreutils
depends = libnotify
depends = ncurses
- source = https://github.com/teegre/bigtime/archive/20200801-1.2.4.tar.gz
+ source = https://github.com/teegre/bigtime/archive/bigtime-20200801-1.2.4.tar.gz
sha256sums = 7ac9ed8aef45fcd0be6971d78886d173757c40c2d3c91f65f5279cfba3d04b6e
pkgname = bigtime
diff --git a/PKGBUILD b/PKGBUILD
index 01dc6b5d18a2..c67f898c72df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ backup=()
options=()
install=
changelog=
-source=("$url/archive/"${pkgver/_/-}".tar.gz")
+source=("$url/archive/"$pkgname-${pkgver/_/-}".tar.gz")
noextract=()
sha256sums=(7ac9ed8aef45fcd0be6971d78886d173757c40c2d3c91f65f5279cfba3d04b6e)