summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c60e9230ebf8..3c3a6862d8df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ruby-apipie-bindings
- pkgdesc = A swift, liberal HTML parser with a fantastic library
+ pkgdesc = Bindings for API calls that are documented with Apipie. Bindings are generated on the fly.
pkgver = 0.0.18
- pkgrel = 1
- url = http://code.whytheluckystiff.net/hpricot/
+ pkgrel = 2
+ url = http://github.com/Apipie/apipie-bindings
arch = any
license = MIT
depends = ruby
diff --git a/PKGBUILD b/PKGBUILD
index de32bd7be6bd..5ef6f6fe3d8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
_gemname=apipie-bindings
pkgname=ruby-$_gemname
pkgver=0.0.18
-pkgrel=1
-pkgdesc='A swift, liberal HTML parser with a fantastic library'
+pkgrel=2
+pkgdesc='Bindings for API calls that are documented with Apipie. Bindings are generated on the fly.'
arch=(any)
-url='http://code.whytheluckystiff.net/hpricot/'
+url='http://github.com/Apipie/apipie-bindings'
license=(MIT)
depends=(ruby ruby-json ruby-oauth ruby-rest-client)
options=(!emptydirs)