From 61a2cfbdb559129fa0ec003deb00a632142a8d48 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Wed, 8 Dec 2021 03:42:27 +0000 Subject: [PATCH] upgpkg: ruby-ruby-progressbar Fix incorrect URL. --- ruby-ruby-progressbar/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-ruby-progressbar/PKGBUILD b/ruby-ruby-progressbar/PKGBUILD index 904d225..8e37908 100644 --- a/ruby-ruby-progressbar/PKGBUILD +++ b/ruby-ruby-progressbar/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.11.0 pkgrel=1 pkgdesc="A flexible text progress bar library for Ruby" arch=('any') -url="https://github.com/excon/exco://github.com/jfelchner/ruby-progressbar" +url="https://github.com/jfelchner/ruby-progressbar" license=('MIT') depends=('ruby') makedepends=('ruby-rdoc')