summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Sutcliffe2016-11-01 01:30:28 +0000
committerGreg Sutcliffe2016-11-01 01:30:28 +0000
commit8c1f9815047968b9d2d88308efa67428a812be71 (patch)
treef4590205aef18ec8f8d9eb900d5fa8f7baebb3be
parent0d4727086d9388e8bea1ca8cf5d16482d1730509 (diff)
downloadaur-8c1f9815047968b9d2d88308efa67428a812be71.tar.gz
Fix description and url
-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)