summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpxeger2021-09-17 18:13:00 +0100
committerpxeger2021-09-17 18:13:00 +0100
commitae425ae51370a33c48ba6f94321f7e2ea27eb251 (patch)
tree2f2e39858c89faadc1b1765b48e7cf78aeae930c
parentcb5ba77b0421b3b694ff48023c9b70e2c0690770 (diff)
downloadaur-ae425ae51370a33c48ba6f94321f7e2ea27eb251.tar.gz
fix release URL
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc330830a3d0..046a5189ffff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ optdepends=(
)
provides=('crun')
conflicts=('crun')
-source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+source=("https://github.com/containers/crun/releases/download/$pkgver/crun-$pkgver.tar.xz"{,.asc})
validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
sha256sums=('1db52e6a9c34d44dc49da6a35ac989d59865cec3267e443696f0ed1f4db31103'
'SKIP')