summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Melan2022-10-13 09:49:04 +0200
committerZack Melan2022-10-13 09:49:04 +0200
commit4f38eef84a703f5a8cf5bee39c6c0558f97ac9b5 (patch)
tree2cf32af1a77ebbb9f476dfc69be37f1fb201b652
parenta10f872ed9ae0c6309fdd5508bcd450255b611b3 (diff)
downloadaur-4f38eef84a703f5a8cf5bee39c6c0558f97ac9b5.tar.gz
Fixed PKGBUILD... Again
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa2bd9dc8ce0..44c2230949e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = outline-client-appimage-git
makedepends = curl
conflicts = outline-client-appimage
conflicts = outline-client-appimage-wayland
- conflicts = outline-client-appimage-beta-git
+ conflicts = outline-client-appimage-git
source = latest-linux.yml::https://raw.githubusercontent.com/Jigsaw-Code/outline-releases/master/client/latest-linux.yml
source = outline-client16.png
source = outline-client24.png
diff --git a/PKGBUILD b/PKGBUILD
index c6bedcb3e707..544fd2231920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,7 @@ prepare() {
VERSION=$(awk '/version:/ {print $2}' latest-linux.yml)
echo "Found version ($VERSION)"
echo "Downloading '$OUTLINE_CLIENT' ver $VERSION from '$DOWNLOAD_URL'"
- curl $DOWNLOAD_URL -o "${srcdir}/$OUTLINE_CLIENT"
+ curl $DOWNLOAD_URL -o $OUTLINE_CLIENT
}
package() {