summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranatolik2019-03-16 16:52:32 +0000
committerBruno Pagani2022-07-06 22:31:46 +0200
commita946f53f40bdd69fea63ed37bb386966430e3802 (patch)
tree39386e762dd35003c3b76be9f7af169c9841a5ac
parent9c47151b5198645fdf1f09c11457c0f2021847b0 (diff)
downloadaur-a946f53f40bdd69fea63ed37bb386966430e3802.tar.gz
hpricon homepage has gone, change it to github repo
git-svn-id: file:///srv/repos/svn-community/svn@442215 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d481c3c1b7e..dfc79fd92aae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = ruby-hpricot
pkgdesc = A swift, liberal HTML parser with a fantastic library
pkgver = 0.8.6
pkgrel = 7
- url = http://code.whytheluckystiff.net/hpricot/
+ url = https://github.com/hpricot/hpricot
arch = x86_64
license = MIT
depends = ruby
diff --git a/PKGBUILD b/PKGBUILD
index c705ec5be60a..eea73aae222e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgver=0.8.6
pkgrel=7
pkgdesc='A swift, liberal HTML parser with a fantastic library'
arch=(x86_64)
-url='http://code.whytheluckystiff.net/hpricot/'
+url='https://github.com/hpricot/hpricot'
license=(MIT)
depends=(ruby)
options=(!emptydirs)