summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCole Thompson2018-05-12 18:54:00 -0500
committerCole Thompson2018-05-12 18:54:00 -0500
commit7174d145a0dfc287e3743b2d4f8604edc2e0d838 (patch)
tree9e06ef54738a7029437db8af6002672acf82cc99
parentbe85e559968fed9d13bdb395e449c73b274fb89a (diff)
downloadaur-7174d145a0dfc287e3743b2d4f8604edc2e0d838.tar.gz
initial commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bbde765ee75..fbaec2409874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,11 @@ pkgbase = ruby-ptools
pkgdesc = Extensions to the File class based on Unix shell tools
pkgver = 1.3.5
pkgrel = 1
- url = http://rubygems.org/gems/ptools/
+ url = https://rubygems.org/gems/ptools/
arch = any
license = Artistic2.0
depends = ruby
- source = http://rubygems.org/downloads/ptools-1.3.5.gem
+ source = https://rubygems.org/downloads/ptools-1.3.5.gem
sha256sums = f22018486355f90fb8f9bccc4b9b96d388a9178d0ef168eff4fca7a96d8061c9
pkgname = ruby-ptools
diff --git a/PKGBUILD b/PKGBUILD
index a740e5d14301..6580df6b4ada 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgver=1.3.5
pkgrel=1
pkgdesc="Extensions to the File class based on Unix shell tools"
arch=('any')
-url="http://rubygems.org/gems/ptools/"
+url="https://rubygems.org/gems/ptools/"
license=('Artistic2.0')
depends=('ruby')
-source=(http://rubygems.org/downloads/ptools-$pkgver.gem)
+source=(https://rubygems.org/downloads/ptools-$pkgver.gem)
sha256sums=('f22018486355f90fb8f9bccc4b9b96d388a9178d0ef168eff4fca7a96d8061c9')
package() {