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

Robin Broda coderobe at archlinux.org
Mon Oct 14 12:21:37 UTC 2019


    Date: Monday, October 14, 2019 @ 12:21:37
  Author: coderobe
Revision: 515581

duperemove: fix source name

Modified:
  duperemove/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-14 12:21:01 UTC (rev 515580)
+++ PKGBUILD	2019-10-14 12:21:37 UTC (rev 515581)
@@ -9,7 +9,7 @@
 url='https://github.com/markfasheh/duperemove'
 license=('GPL')
 depends=('glib2' 'sqlite')
-source=("${url}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
 sha512sums=('3c344b00b8fb58a259840aea977ba2e5123b651bb58ec84177bdfd8337a377361984b85c6325271b7d3e4ea216017fa6fda793136c83e9837a13ec041df326b9')
 
 build() {



More information about the arch-commits mailing list