[arch-commits] Commit in rustypaste/trunk (PKGBUILD)

Frederik Schwan freswa at gemini.archlinux.org
Sun Mar 13 18:54:53 UTC 2022


    Date: Sunday, March 13, 2022 @ 18:54:52
  Author: freswa
Revision: 1151202

fix warning about archive naming

Modified:
  rustypaste/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-13 18:54:49 UTC (rev 1151201)
+++ PKGBUILD	2022-03-13 18:54:52 UTC (rev 1151202)
@@ -12,7 +12,7 @@
 makedepends=('cargo')
 backup=('etc/rustypaste/config.toml')
 options=(!lto)
-source=(https://github.com/orhun/rustypaste/archive/refs/tags/v${pkgver}.tar.gz
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/orhun/rustypaste/archive/refs/tags/v${pkgver}.tar.gz
   rustypaste.service
   rustypaste.env
   rustypaste.sysusers



More information about the arch-commits mailing list