Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-22 15:02:30 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-22 15:02:30 +0200
commitfa1d6e03018f5a2c55e8fc2097879922cbb2ff87 (patch)
treec1698fc2875306ea1af54cdcc8bbacd84a24337e /lib
parentf5d6482afab7c69ec6ec6a08868bb06ac86d28c9 (diff)
extract_source_directory: fix typo
Diffstat (limited to 'lib')
-rwxr-xr-xlib/common-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common-functions b/lib/common-functions
index 4e194de..e9437e1 100755
--- a/lib/common-functions
+++ b/lib/common-functions
@@ -466,7 +466,7 @@ extract_source_directory() {
if [ -n "${revision}" ] \
&& [ "${revision}" != '0000000000000000000000000000000000000000' ]; then
- curl -LSs "https://buildmaster.archlinux32.org/upstrea-packages/${pkgbase_translated}-${revision}.tar.gz" \
+ curl -LSs "https://buildmaster.archlinux32.org/upstream-packages/${pkgbase_translated}-${revision}.tar.gz" \
|tar -xz --strip-components=1 -C "${output}" -- "${pkgbase_translated}-${revision}"
printf '\n' >> \
"${output}/PKGBUILD"