[arch-commits] Commit in ruby-public_suffix/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Dec 30 08:17:12 UTC 2019


    Date: Monday, December 30, 2019 @ 08:17:11
  Author: felixonmars
Revision: 544121

fix broken pkgrelease

Modified:
  ruby-public_suffix/repos/community-staging-any/PKGBUILD
Deleted:
  ruby-public_suffix/repos/staging-any/

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: community-staging-any/PKGBUILD
===================================================================
--- community-staging-any/PKGBUILD	2019-12-30 08:17:06 UTC (rev 544120)
+++ community-staging-any/PKGBUILD	2019-12-30 08:17:11 UTC (rev 544121)
@@ -4,8 +4,8 @@
 
 _gemname=public_suffix
 pkgname=ruby-public_suffix
-pkgver=4.0.1
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
 pkgdesc='Domain name parser based on the Public Suffix List'
 arch=('any')
 url='https://simonecarletti.com/code/publicsuffix-ruby'
@@ -13,8 +13,8 @@
 depends=('ruby')
 makedepends=('ruby-rdoc')
 options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/weppos/publicsuffix-ruby/archive/v${pkgver}.tar.gz)
-sha512sums=('9a99062ade1dec41839ae02e2ae3bf7957b675e2621ef6c30fa97b3c44499f143fef564d1f5cd5184751a41734e41960156b3fe425e51277631789031f684df0')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/weppos/publicsuffix-ruby/archive/${pkgver}.tar.gz)
+sha512sums=('a27aba8efb0bfe47ea8c37c9c0e89fea67e8b52dc95c966105d220299dc6215865274a17c856cccff1ffdb7c2e46a4b87a9e8095974f7e86dda6a4010dde7b08')
 
 prepare() {
   cd publicsuffix-ruby-${pkgver}



More information about the arch-commits mailing list