summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2edbb1911aeb..d8b663f42664 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Bertrand Bonnefoy-Claudet <bertrandbc@gmail.com>
+# Maintainer: Bertrand Bonnefoy-Claudet <bertrand@bertrandbc.com>
_gemname=to_slug
pkgname=ruby-$_gemname
pkgver=1.0.8
-pkgrel=3
+pkgrel=4
pkgdesc="Extends ruby's String class and adds a 'to_slug' method. It makes ugly strings URL friendly."
arch=(any)
url="https://github.com/ericboehs/to_slug"
license=('MIT')
depends=('ruby')
-source=(http://rubygems.org/downloads/$_gemname-$pkgver.gem)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha512sums=('84d6736e062f3c9ba67736dda593e88f38b92315951b4b837bacc2c62970e6366356f3716483d4ecb9e4c0b8ebdb288004e9a922368c7bd519666f20f95353db')