Date: Tuesday, April 18, 2023 @ 07:53:52
  Author: polyzen
Revision: 1447181

Fix source

Modified:
  lychee/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-18 07:46:28 UTC (rev 1447180)
+++ PKGBUILD    2023-04-18 07:53:52 UTC (rev 1447181)
@@ -10,10 +10,10 @@
 license=('Apache' 'MIT')
 depends=('gcc-libs' 'openssl')
 makedepends=('rust')
-conflicts=('lychee-link-checker' 'lychee-rs')
-replaces=('lychee-link-checker' 'lychee-rs')
+conflicts=("$pkgname-link-checker" "$pkgname-rs")
+replaces=("$pkgname-link-checker" "$pkgname-rs")
 options=('!lto')
-source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+source=("https://github.com/lycheeverse/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
 
b2sums=('4e16d17b4da72dad6d68367793a0c12236c09bf2cae24f303381ef12826cf2753302a28a4246d4d29bf1c9eb6a454cdc81ae78727124765be481b774e70ac7c8')
 
 prepare() {

Reply via email to