summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelix2015-07-18 20:13:12 +0200
committerfelix2015-07-18 20:14:01 +0200
commit7dc5442806ae73ee55c796b59b26ba216eaea77a (patch)
tree46fbe0f3c051a2d8163e4cb7448de4cb273ebea9
parenta54103efa5f531530bdcba245a0d106f473efdfb (diff)
downloadaur-7dc5442806ae73ee55c796b59b26ba216eaea77a.tar.gz
fix upstream URL and package description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01175f324f80..5772f982a2f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lua-iconv
- pkgdesc = Lua bindings for POSIX APIs and curses
+ pkgdesc = Lua bindings for the iconv API
pkgver = 7
pkgrel = 1
- url = https://luaposix.github.io/luaposix
+ url = http://ittner.github.com/lua-iconv/
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 8c581ca41830..411a54fe87a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=lua-iconv
pkgver=7
pkgrel=1
-pkgdesc="Lua bindings for POSIX APIs and curses"
+pkgdesc="Lua bindings for the iconv API"
arch=('i686' 'x86_64')
-url="https://luaposix.github.io/luaposix"
+url="http://ittner.github.com/lua-iconv/"
license=('custom')
depends=('lua')
makedepends=('luarocks')